1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00

[1.7.x] Fixed some doc errors that caused syntax highlighting to fail.

Backport of 27fdac97ae from master
This commit is contained in:
Tim Graham
2014-08-18 20:37:16 -04:00
parent 3a80189479
commit 5f54752b9d
5 changed files with 23 additions and 16 deletions

View File

@@ -1326,7 +1326,9 @@ For example, if your Django app contained a translation string for the text
_("Welcome to my site.")
...then :djadmin:`django-admin.py makemessages <makemessages>` will have created
a ``.po`` file containing the following snippet -- a message::
a ``.po`` file containing the following snippet -- a message:
.. code-block:: po
#: path/to/python/module.py:23
msgid "Welcome to my site."