Browse Source

[Backport] Docs: Fix formatting of command line instructions

Sphinx turned the double dash into a long dash. A user reported issues
with running the command after copy&pasting it.

(cherry picked from commit 90ab1f19f0)
master
Maik Hoepfel 11 years ago
parent
commit
30bdff1cde
1 changed files with 1 additions and 3 deletions
  1. 1
    3
      docs/source/releases/v0.7.rst

+ 1
- 3
docs/source/releases/v0.7.rst View File

308
 
308
 
309
     The reviews app has not been under migration control so far. Please ensure
309
     The reviews app has not been under migration control so far. Please ensure
310
     you follow South's guidelines on how to `convert an app`_. Essentially,
310
     you follow South's guidelines on how to `convert an app`_. Essentially,
311
-    you will have to run:
312
-
313
-        $ ./manage.py migrate reviews 0001 --fake
311
+    you will have to run: ``$ ./manage.py migrate reviews 0001 --fake``
314
 
312
 
315
 .. warning::
313
 .. warning::
316
 
314
 

Loading…
Cancel
Save