[Python-checkins] Doc: Replace question mark with fullstop (#99558)

Mariatta webhook-mailer at python.org
Fri Nov 18 14:24:57 EST 2022


https://github.com/python/cpython/commit/0e09d2cc59cad61ad6a7a79aade52e9a2cfa7b34
commit: 0e09d2cc59cad61ad6a7a79aade52e9a2cfa7b34
branch: main
author: Rafael Fontenelle <rffontenelle at users.noreply.github.com>
committer: Mariatta <Mariatta at users.noreply.github.com>
date: 2022-11-18T11:24:23-08:00
summary:

Doc: Replace question mark with fullstop (#99558)

The sentence "Set the LC_CTYPE locale to the user preferred locale." should end with a period
instead of a question mark.

files:
M Doc/c-api/init_config.rst

diff --git a/Doc/c-api/init_config.rst b/Doc/c-api/init_config.rst
index 64bdfefd6494..c3346b0421dd 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``.



More information about the Python-checkins mailing list