diff options
| author | Tim Graham <timograham@gmail.com> | 2015-11-25 17:20:18 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-11-25 17:20:18 -0500 |
| commit | 0cfe589f9563f283cbffd03d95c7f9e8e63345b9 (patch) | |
| tree | 84677cc5f787250f1c8106ac007d93ce0a694fdb /docs | |
| parent | 88fc9e2826044110b7b22577a227f122fe9c1fb5 (diff) | |
Fixed man page by ensuring ".pot" doesn't render unescaped.
See https://github.com/sphinx-doc/sphinx/issues/2131
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/django-admin.txt | 2 |
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:: |
