]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Doc: Replace question mark with fullstop (GH-99558)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 18 Nov 2022 19:34:17 +0000 (11:34 -0800)
committerGitHub <noreply@github.com>
Fri, 18 Nov 2022 19:34:17 +0000 (11:34 -0800)
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 <rffontenelle@users.noreply.github.com>
Doc/c-api/init_config.rst

index 2b6da2a7810bc44cf6931b5ec93c7d15c63a14bb..15794fb5fc58ac4c9127795dba0f4de9b1f17a86 100644 (file)
@@ -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.