Skip to content

Commit

Permalink
Doc: Replace question mark with fullstop (#99558)
Browse files Browse the repository at this point in the history
The sentence "Set the LC_CTYPE locale to the user preferred locale." should end with a period
instead of a question mark.
  • Loading branch information
rffontenelle authored Nov 18, 2022
1 parent ed206e3 commit 0e09d2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/c-api/init_config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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``.
Expand Down

0 comments on commit 0e09d2c

Please sign in to comment.