diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2014-10-23 21:03:35 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2014-10-23 21:03:35 (GMT) |
commit | 821b5a1ed1b265f07420827342707f832047c855 (patch) | |
tree | c22974b5a04940a1cbf988d99b3fe0bda9302817 /Doc/library/locale.rst | |
parent | b64bca985283716bd86cde2876808a0b46937081 (diff) | |
download | cpython-821b5a1ed1b265f07420827342707f832047c855.zip cpython-821b5a1ed1b265f07420827342707f832047c855.tar.gz cpython-821b5a1ed1b265f07420827342707f832047c855.tar.bz2 |
Fix markup and spacing.
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 c3a530c..bc7f5f9 100644 --- a/Doc/library/locale.rst +++ b/Doc/library/locale.rst @@ -390,7 +390,7 @@ The :mod:`locale` module defines the following exception and functions: .. function:: delocalize(string) Converts a string into a normalized number string, following the - :const:'LC_NUMERIC`settings. + :const:`LC_NUMERIC` settings. .. versionadded:: 3.5 |