From 7661a8a104a33afb117af94f7ae8933e78415fe5 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Wed, 25 Nov 2015 17:20:18 -0500 Subject: [PATCH] [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 --- docs/ref/django-admin.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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::