From 821b5a1ed1b265f07420827342707f832047c855 Mon Sep 17 00:00:00 2001 From: Antoine Pitrou Date: Thu, 23 Oct 2014 23:03:35 +0200 Subject: [PATCH] Fix markup and spacing. --- Doc/library/locale.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/locale.rst b/Doc/library/locale.rst index c3a530c3e5..bc7f5f932b 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 -- 2.50.1