We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
array
1 parent e6e8160 commit fc69436Copy full SHA for fc69436
Doc/library/array.rst
@@ -52,7 +52,7 @@ Notes:
52
53
.. versionchanged:: 3.9
54
``array('u')`` now uses ``wchar_t`` as C type instead of deprecated
55
- ``Py_UNICODE``. This change doesn't affect to its behavior because
+ ``Py_UNICODE``. This change doesn't affect its behavior because
56
``Py_UNICODE`` is alias of ``wchar_t`` since Python 3.3.
57
58
.. deprecated-removed:: 3.3 4.0
0 commit comments