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

Skip to content

Commit 386babe

Browse files
gh-93391: fix typo in array docs (GH-93392) (GH-93395)
Fixes GH-93391 (cherry picked from commit fc69436) Co-authored-by: ynfle <23086821+ynfle@users.noreply.github.com>
1 parent ce057ae commit 386babe

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