8000 gh-93391: fix typo in `array` docs (GH-93392) · coderanger/cpython@fc69436 · GitHub
[go: up one dir, main page]

Skip to content

Commit fc69436

Browse files
authored
pythongh-93391: fix typo in array docs (pythonGH-93392)
Fixes python#93391 Automerge-Triggered-By: GH:rhettinger
1 parent e6e8160 commit fc69436

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/array.rst

Lines changed: 1 addition & 1 deletion
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)
0