Commit 7661a8a1 authored by Tim Graham's avatar Tim Graham
Browse files

[1.9.x] Fixed man page by ensuring ".pot" doesn't render unescaped.

parent e4bd6923
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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::