]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-93391: fix typo in `array` docs (GH-93392) (GH-93395)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 6 Jun 2022 17:14:04 +0000 (10:14 -0700)
committerGitHub <noreply@github.com>
Mon, 6 Jun 2022 17:14:04 +0000 (19:14 +0200)
Fixes GH-93391

(cherry picked from commit fc694364cc6745eefba0afc3ea2c5283bbb64a3b)

Co-authored-by: ynfle <23086821+ynfle@users.noreply.github.com>
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