]> granicus.if.org Git - python/commitdiff
#10200: typo.
authorGeorg Brandl <georg@python.org>
Tue, 26 Oct 2010 19:58:11 +0000 (19:58 +0000)
committerGeorg Brandl <georg@python.org>
Tue, 26 Oct 2010 19:58:11 +0000 (19:58 +0000)
Doc/library/locale.rst

index a3a7b487b9cb07b8a676fbbaa7bf80480159ab0d..e5f5f8496747d3441d34c411437a9608169b7909 100644 (file)
@@ -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.