diff options
author | Georg Brandl <georg@python.org> | 2010-10-19 21:07:16 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-10-19 21:07:16 (GMT) |
commit | f285bcca280bc3275b33fe78f3fb5a77efd66cb1 (patch) | |
tree | cbdfb0ce36f37d9ec3c6b8ee4703c7b96bec4243 /Doc/library/locale.rst | |
parent | 6dbed2e8b3fb90b25e2b99c5e522a5205626d07e (diff) | |
download | cpython-f285bcca280bc3275b33fe78f3fb5a77efd66cb1.zip cpython-f285bcca280bc3275b33fe78f3fb5a77efd66cb1.tar.gz cpython-f285bcca280bc3275b33fe78f3fb5a77efd66cb1.tar.bz2 |
Be consistent in the spelling of thread-safe(ty).
Diffstat (limited to 'Doc/library/locale.rst')
-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 c15f7e3..a3a7b48 100644 --- a/Doc/library/locale.rst +++ b/Doc/library/locale.rst @@ -39,7 +39,7 @@ The :mod:`locale` module defines the following exception and functions: If *locale* is omitted or ``None``, the current setting for *category* is returned. - :func:`setlocale` is not thread safe on most systems. Applications typically + :func:`setlocale` is not thread-safe on most systems. Applications typically start with a call of :: import locale |