]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Doc: Replace question mark with fullstop (#99558)
authorRafael Fontenelle <rffontenelle@users.noreply.github.com>
Fri, 18 Nov 2022 19:24:23 +0000 (16:24 -0300)
committerGitHub <noreply@github.com>
Fri, 18 Nov 2022 19:24:23 +0000 (11:24 -0800)
The sentence "Set the LC_CTYPE locale to the user preferred locale." should end with a period
instead of a question mark.

Doc/c-api/init_config.rst

index 64bdfefd6494ff5260186105c0940607500b5628..c3346b0421ddef03b1b272e7f5874fac9e0e713c 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``.