瀏覽代碼

[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 年之前
父節點
當前提交
30bdff1cde
共有 1 個文件被更改,包括 1 次插入3 次删除
  1. 1
    3
      docs/source/releases/v0.7.rst

+ 1
- 3
docs/source/releases/v0.7.rst 查看文件

@@ -308,9 +308,7 @@ Migrations
308 308
 
309 309
     The reviews app has not been under migration control so far. Please ensure
310 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 313
 .. warning::
316 314
 

Loading…
取消
儲存