@@ -604,7 +604,7 @@ Process-wide parameters
604604 interpreter will change the contents of this storage.
605605
606606 Use :c:func:`Py_DecodeLocale` to decode a bytes string to get a
607- :c:expr:`wchar_ *` string.
607+ :c:expr:`wchar_t *` string.
608608
609609 .. deprecated-removed:: 3.11 3.15
610610
@@ -852,7 +852,7 @@ Process-wide parameters
852852 directory (``" ." ``).
853853
854854 Use :c:func:`Py_DecodeLocale` to decode a bytes string to get a
855- :c:expr:`wchar_ *` string.
855+ :c:expr:`wchar_t *` string.
856856
857857 See also :c:member:`PyConfig.orig_argv` and :c:member:`PyConfig.argv`
858858 members of the :ref:`Python Initialization Configuration <init-config>`.
@@ -888,7 +888,7 @@ Process-wide parameters
888888 :option:`-I`.
889889
890890 Use :c:func:`Py_DecodeLocale` to decode a bytes string to get a
891- :c:expr:`wchar_ *` string.
891+ :c:expr:`wchar_t *` string.
892892
893893 See also :c:member:`PyConfig.orig_argv` and :c:member:`PyConfig.argv`
894894 members of the :ref:`Python Initialization Configuration <init-config>`.
@@ -914,7 +914,7 @@ Process-wide parameters
914914 this storage.
915915
916916 Use :c:func:`Py_DecodeLocale` to decode a bytes string to get a
917- :c:expr:`wchar_ *` string.
917+ :c:expr:`wchar_t *` string.
918918
919919 .. deprecated-removed:: 3.11 3.15
920920
0 commit comments