Skip to content

Commit 599dbfc

Browse files
committed
#10200: typo.
1 parent 70cd7bc commit 599dbfc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/locale.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -529,7 +529,7 @@ catalogs, and the C library's search algorithms for locating message catalogs.
529529

530530
Python applications should normally find no need to invoke these functions, and
531531
should use :mod:`gettext` instead. A known exception to this rule are
532-
applications that link use additional C libraries which internally invoke
532+
applications that link with additional C libraries which internally invoke
533533
:c:func:`gettext` or :func:`dcgettext`. For these applications, it may be
534534
necessary to bind the text domain, so that the libraries can properly locate
535535
their message catalogs.

0 commit comments

Comments
 (0)