]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-93391: fix typo in `array` docs (GH-93392)
authorynfle <23086821+ynfle@users.noreply.github.com>
Tue, 31 May 2022 21:52:03 +0000 (00:52 +0300)
committerGitHub <noreply@github.com>
Tue, 31 May 2022 21:52:03 +0000 (14:52 -0700)
Fixes #93391

Automerge-Triggered-By: GH:rhettinger
Doc/library/array.rst

index c7f137d15b4b8608681ff1e54619da832e934766..975670cc81a2024c9744acb8998813bd2f76996a 100644 (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