diff options
author | Rafael Fontenelle <rffontenelle@users.noreply.github.com> | 2022-11-18 19:24:23 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-18 19:24:23 (GMT) |
commit | 0e09d2cc59cad61ad6a7a79aade52e9a2cfa7b34 (patch) | |
tree | fd0b04b96305947d47611b4eb9812019d5990a8f | |
parent | ed206e39f02e93cc53e485655d84aaed6b40e0e6 (diff) | |
download | cpython-0e09d2cc59cad61ad6a7a79aade52e9a2cfa7b34.zip cpython-0e09d2cc59cad61ad6a7a79aade52e9a2cfa7b34.tar.gz cpython-0e09d2cc59cad61ad6a7a79aade52e9a2cfa7b34.tar.bz2 |
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.
-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 64bdfef..c3346b0 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``. |