gh-93391: fix typo in array docs (GH-93392)

Fixes #93391

Automerge-Triggered-By: GH:rhettinger
This commit is contained in:
ynfle 2022-06-01 00:52:03 +03:00 committed by GitHub
parent e6e81602f4
commit fc694364cc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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