summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2022-06-06 17:14:04 (GMT)
committerGitHub <noreply@github.com>2022-06-06 17:14:04 (GMT)
commit386babebe94a2cf33a4cb61dda9bad01c853bb5c (patch)
treeeba39d013b0af02bb74146b4a8fb735d5ffa9f83
parentce057ae1e338940f02ab58eab9473cebd7cd5d2b (diff)
downloadcpython-386babebe94a2cf33a4cb61dda9bad01c853bb5c.zip
cpython-386babebe94a2cf33a4cb61dda9bad01c853bb5c.tar.gz
cpython-386babebe94a2cf33a4cb61dda9bad01c853bb5c.tar.bz2
gh-93391: fix typo in `array` docs (GH-93392) (GH-93395)
Fixes GH-93391 (cherry picked from commit fc694364cc6745eefba0afc3ea2c5283bbb64a3b) Co-authored-by: ynfle <23086821+ynfle@users.noreply.github.com>
-rw-r--r--Doc/library/array.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/array.rst b/Doc/library/array.rst
index c7f137d..975670c 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