mirror of
https://github.com/python/cpython.git
synced 2025-09-28 11:15:17 +00:00
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.
This commit is contained in:
parent
ed206e39f0
commit
0e09d2cc59
1 changed files with 1 additions and 1 deletions
|
@ -254,7 +254,7 @@ PyPreConfig
|
||||||
|
|
||||||
.. c:member:: int configure_locale
|
.. 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
|
If equals to ``0``, set :c:member:`~PyPreConfig.coerce_c_locale` and
|
||||||
:c:member:`~PyPreConfig.coerce_c_locale_warn` members to ``0``.
|
:c:member:`~PyPreConfig.coerce_c_locale_warn` members to ``0``.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue