From: ynfle <23086821+ynfle@users.noreply.github.com> Date: Tue, 31 May 2022 21:52:03 +0000 (+0300) Subject: gh-93391: fix typo in `array` docs (GH-93392) X-Git-Tag: v3.12.0a1~1384 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fc694364cc6745eefba0afc3ea2c5283bbb64a3b;p=thirdparty%2FPython%2Fcpython.git gh-93391: fix typo in `array` docs (GH-93392) Fixes #93391 Automerge-Triggered-By: GH:rhettinger --- diff --git a/Doc/library/array.rst b/Doc/library/array.rst index c7f137d15b4b..975670cc81a2 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