Skip to content

Commit

Permalink
Docs: Fix formatting of command line instructions
Browse files Browse the repository at this point in the history
Sphinx turned the double dash into a long dash. A user reported issues
with running the command after copy&pasting it.
  • Loading branch information
maiksprenger committed Apr 30, 2014
1 parent 0c20eb8 commit 90ab1f1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/source/releases/v0.7.rst
Original file line number Diff line number Diff line change
Expand Up @@ -308,9 +308,7 @@ Migrations

The reviews app has not been under migration control so far. Please ensure
you follow South's guidelines on how to `convert an app`_. Essentially,
you will have to run:

$ ./manage.py migrate reviews 0001 --fake
you will have to run: ``$ ./manage.py migrate reviews 0001 --fake``

.. warning::

Expand Down

0 comments on commit 90ab1f1

Please sign in to comment.