summaryrefslogtreecommitdiff
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:13 -0500
commit7661a8a104a33afb117af94f7ae8933e78415fe5 (patch)
tree0c2d558208e37fb3eaccd790531aacb2c3f4d76d
parente4bd6923bdc3216fe958f1b1c50e95f4f77e2ada (diff)
[1.9.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
-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 7ae214c5b9..661857c7b8 100644
--- a/docs/ref/django-admin.txt
+++ b/docs/ref/django-admin.txt
@@ -649,7 +649,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::