diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2022-11-18 19:34:17 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-18 19:34:17 (GMT) |
commit | 731a747a911225c6143af0995fc7265514c32a05 (patch) | |
tree | b67dca4e689df3a195bb049a78687e390f753508 | |
parent | e470803295164f0c160ccf9d0c4b0b5beab59ce0 (diff) | |
download | cpython-731a747a911225c6143af0995fc7265514c32a05.zip cpython-731a747a911225c6143af0995fc7265514c32a05.tar.gz cpython-731a747a911225c6143af0995fc7265514c32a05.tar.bz2 |
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 <rffontenelle@users.noreply.github.com>
-rw-r--r-- | Doc/c-api/init_config.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/c-api/init_config.rst b/Doc/c-api/init_config.rst index 2b6da2a..15794fb 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. |