diff options
author | Georg Brandl <georg@python.org> | 2010-10-26 19:58:11 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-10-26 19:58:11 (GMT) |
commit | 599dbfca2f4a3635ea91d9b2383d39b0be64452a (patch) | |
tree | 40e8b38e63d8fa58cd27d2b416d8bed90a1a2d45 /Doc | |
parent | 70cd7bc7489765483734eef795fdb49d09cc313f (diff) | |
download | cpython-599dbfca2f4a3635ea91d9b2383d39b0be64452a.zip cpython-599dbfca2f4a3635ea91d9b2383d39b0be64452a.tar.gz cpython-599dbfca2f4a3635ea91d9b2383d39b0be64452a.tar.bz2 |
#10200: typo.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/locale.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/locale.rst b/Doc/library/locale.rst index a3a7b48..e5f5f84 100644 --- a/Doc/library/locale.rst +++ b/Doc/library/locale.rst @@ -529,7 +529,7 @@ catalogs, and the C library's search algorithms for locating message catalogs. Python applications should normally find no need to invoke these functions, and should use :mod:`gettext` instead. A known exception to this rule are -applications that link use additional C libraries which internally invoke +applications that link with additional C libraries which internally invoke :c:func:`gettext` or :func:`dcgettext`. For these applications, it may be necessary to bind the text domain, so that the libraries can properly locate their message catalogs. |