Skip to content

Commit 62cae22

Browse files
gh-93391: fix typo in array docs (GH-93392) (GH-93394)
Fixes GH-93391 (cherry picked from commit fc69436) Co-authored-by: ynfle <[email protected]>
1 parent cc6149f commit 62cae22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/array.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Notes:
5252

5353
.. versionchanged:: 3.9
5454
``array('u')`` now uses ``wchar_t`` as C type instead of deprecated
55-
``Py_UNICODE``. This change doesn't affect to its behavior because
55+
``Py_UNICODE``. This change doesn't affect its behavior because
5656
``Py_UNICODE`` is alias of ``wchar_t`` since Python 3.3.
5757

5858
.. deprecated-removed:: 3.3 4.0

0 commit comments

Comments
 (0)