From 823d57291ec89bd4783ab6d273e4b82ef512ace8 Mon Sep 17 00:00:00 2001 From: Malcolm Parsons Date: Thu, 23 Jul 2020 18:39:33 +0100 Subject: [PATCH] Correct the locale format specifier in api.rst --- doc/api.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api.rst b/doc/api.rst index de032298a9f9..8b15a5d5a698 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::