mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
gh-93391: fix typo in array
docs (GH-93392) (GH-93394)
Fixes GH-93391
(cherry picked from commit fc694364cc
)
Co-authored-by: ynfle <23086821+ynfle@users.noreply.github.com>
This commit is contained in:
parent
cc6149fe15
commit
62cae22c0d
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ Notes:
|
|||
|
||||
.. versionchanged:: 3.9
|
||||
``array('u')`` now uses ``wchar_t`` as C type instead of deprecated
|
||||
``Py_UNICODE``. This change doesn't affect to its behavior because
|
||||
``Py_UNICODE``. This change doesn't affect its behavior because
|
||||
``Py_UNICODE`` is alias of ``wchar_t`` since Python 3.3.
|
||||
|
||||
.. deprecated-removed:: 3.3 4.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue