mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
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 0e09d2cc59
)
Co-authored-by: Rafael Fontenelle <rffontenelle@users.noreply.github.com>
This commit is contained in:
parent
d5e6f9b0ab
commit
369cb3e66a
1 changed files with 1 additions and 1 deletions
|
@ -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``.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue