From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Fri, 18 Nov 2022 19:34:10 +0000 (-0800) Subject: Doc: Replace question mark with fullstop (GH-99558) X-Git-Tag: v3.11.1~80 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=369cb3e66a742accd6f0c38716e4f6c61de78997;p=thirdparty%2FPython%2Fcpython.git Doc: Replace question mark with fullstop (GH-99558) The sentence "Set the LC_CTYPE locale to the user preferred locale." should end with a period instead of a question mark. (cherry picked from commit 0e09d2cc59cad61ad6a7a79aade52e9a2cfa7b34) Co-authored-by: Rafael Fontenelle --- diff --git a/Doc/c-api/init_config.rst b/Doc/c-api/init_config.rst index 6743045cac37..24d66201f68d 100644 --- a/Doc/c-api/init_config.rst +++ b/Doc/c-api/init_config.rst @@ -254,7 +254,7 @@ PyPreConfig .. c:member:: int configure_locale - Set the LC_CTYPE locale to the user preferred locale? + Set the LC_CTYPE locale to the user preferred locale. If equals to ``0``, set :c:member:`~PyPreConfig.coerce_c_locale` and :c:member:`~PyPreConfig.coerce_c_locale_warn` members to ``0``.