summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2015-11-25 17:20:18 -0500
committerTim Graham <timograham@gmail.com>2015-11-25 17:23:17 -0500
commit15a18090c11619d6d884dee73434a45303be006e (patch)
treef85bf94c1e3f6de57a7cd8319315734a5b8dd311 /docs
parent3ec4e739dd4ac3f1dea92cdec858bf491f63d5e8 (diff)
[1.8.x] Fixed man page by ensuring ".pot" doesn't render unescaped.
See https://github.com/sphinx-doc/sphinx/issues/2131 Backport of 0cfe589f9563f283cbffd03d95c7f9e8e63345b9 from master
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/django-admin.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt
index 4c156e4fb5..14b0c21367 100644
--- a/docs/ref/django-admin.txt
+++ b/docs/ref/django-admin.txt
@@ -663,7 +663,7 @@ for technically skilled translators to understand each message's context.
.. django-admin-option:: --keep-pot
Use the ``--keep-pot`` option to prevent Django from deleting the temporary
-.pot files it generates before creating the .po file. This is useful for
+``.pot`` files it generates before creating the .po file. This is useful for
debugging errors which may prevent the final language files from being created.
.. seealso::