From 98626093d27f09a682fbd1433ee4a66938ea9626 Mon Sep 17 00:00:00 2001 From: Malcolm Parsons Date: Fri, 24 Jul 2020 05:01:54 +0100 Subject: [PATCH] Correct the locale format specifier in api.rst (#1792) --- doc/api.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api.rst b/doc/api.rst index de032298..8b15a5d5 100644 --- a/doc/api.rst +++ b/doc/api.rst @@ -125,7 +125,7 @@ Compatibility Locale ------ -All formatting is locale-independent by default. Use the ``'n'`` format +All formatting is locale-independent by default. Use the ``'L'`` format specifier to insert the appropriate number separator characters from the locale::