[Python-checkins] gh-93391: fix typo in `array` docs (GH-93392) (GH-93394)

ambv webhook-mailer at python.org
Fri Jun 10 10:13:07 EDT 2022


https://github.com/python/cpython/commit/62cae22c0d06d5136cb062103c04607cd2867658
commit: 62cae22c0d06d5136cb062103c04607cd2867658
branch: 3.11
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: ambv <lukasz at langa.pl>
date: 2022-06-10T16:12:51+02:00
summary:

gh-93391: fix typo in `array` docs (GH-93392) (GH-93394)

Fixes GH-93391

(cherry picked from commit fc694364cc6745eefba0afc3ea2c5283bbb64a3b)

Co-authored-by: ynfle <23086821+ynfle at users.noreply.github.com>

files:
M Doc/library/array.rst

diff --git a/Doc/library/array.rst b/Doc/library/array.rst
index c7f137d15b4b8..975670cc81a20 100644
--- a/Doc/library/array.rst
+++ b/Doc/library/array.rst
@@ -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



More information about the Python-checkins mailing list