summaryrefslogtreecommitdiff
path: root/docs/ref
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:20:18 -0500
commit0cfe589f9563f283cbffd03d95c7f9e8e63345b9 (patch)
tree84677cc5f787250f1c8106ac007d93ce0a694fdb /docs/ref
parent88fc9e2826044110b7b22577a227f122fe9c1fb5 (diff)
Fixed man page by ensuring ".pot" doesn't render unescaped.
See https://github.com/sphinx-doc/sphinx/issues/2131
Diffstat (limited to 'docs/ref')
-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 1801cb931e..d7798e559a 100644
--- a/docs/ref/django-admin.txt
+++ b/docs/ref/django-admin.txt
@@ -645,7 +645,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::