Capitalized "Python" in docs.

This commit is contained in:
Tim Graham 2015-06-05 08:24:53 -04:00
parent 5c35b4a8c9
commit 2fbea621e6
6 changed files with 7 additions and 7 deletions

View file

@ -1858,7 +1858,7 @@ way Django does translation:
* The string domain is ``django`` or ``djangojs``. This string domain is
used to differentiate between different programs that store their data
in a common message-file library (usually ``/usr/share/locale/``). The
``django`` domain is used for python and template translation strings
``django`` domain is used for Python and template translation strings
and is loaded into the global translation catalogs. The ``djangojs``
domain is only used for JavaScript translation catalogs to make sure
that those are as small as possible.