diff options
| -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 |
