Skip to content

Commit

Permalink
gh-93391: fix typo in array docs (GH-93392) (GH-93394)
Browse files Browse the repository at this point in the history
Fixes GH-93391

(cherry picked from commit fc69436)

Co-authored-by: ynfle <23086821+ynfle@users.noreply.github.com>
  • Loading branch information
miss-islington and ynfle committed Jun 10, 2022
1 parent cc6149f commit 62cae22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/library/array.rst
Expand Up @@ -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
Expand Down

0 comments on commit 62cae22

Please sign in to comment.