mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
gh-93391: fix typo in array
docs (GH-93392)
Fixes #93391 Automerge-Triggered-By: GH:rhettinger
This commit is contained in:
parent
e6e81602f4
commit
fc694364cc
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