mirror of
https://github.com/python/cpython.git
synced 2025-11-03 19:34:08 +00:00
#10200: typo.
This commit is contained in:
parent
70cd7bc748
commit
599dbfca2f
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
Python applications should normally find no need to invoke these functions, and
|
||||||
should use :mod:`gettext` instead. A known exception to this rule are
|
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
|
: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
|
necessary to bind the text domain, so that the libraries can properly locate
|
||||||
their message catalogs.
|
their message catalogs.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue