Skip to content

Commit 0e09d2c

Browse files
authored
Doc: Replace question mark with fullstop (python#99558)
The sentence "Set the LC_CTYPE locale to the user preferred locale." should end with a period instead of a question mark.
1 parent ed206e3 commit 0e09d2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/c-api/init_config.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ PyPreConfig
254254
255255
.. c:member:: int configure_locale
256256
257-
Set the LC_CTYPE locale to the user preferred locale?
257+
Set the LC_CTYPE locale to the user preferred locale.
258258
259259
If equals to ``0``, set :c:member:`~PyPreConfig.coerce_c_locale` and
260260
:c:member:`~PyPreConfig.coerce_c_locale_warn` members to ``0``.

0 commit comments

Comments
 (0)