summaryrefslogtreecommitdiffstats
path: root/Doc/library
diff options
context:
space:
mode:
authorynfle <23086821+ynfle@users.noreply.github.com>2022-05-31 21:52:03 (GMT)
committerGitHub <noreply@github.com>2022-05-31 21:52:03 (GMT)
commitfc694364cc6745eefba0afc3ea2c5283bbb64a3b (patch)
tree9c9f3d7747cb43ba8fd4eaed3aef11f5e9e2e875 /Doc/library
parente6e81602f49a9bff51e2049c7bad60d1acb18d3f (diff)
downloadcpython-fc694364cc6745eefba0afc3ea2c5283bbb64a3b.zip
cpython-fc694364cc6745eefba0afc3ea2c5283bbb64a3b.tar.gz
cpython-fc694364cc6745eefba0afc3ea2c5283bbb64a3b.tar.bz2
gh-93391: fix typo in `array` docs (GH-93392)
Fixes #93391 Automerge-Triggered-By: GH:rhettinger
Diffstat (limited to 'Doc/library')
-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