The commit fixes
3c56e546dc60, which documented #
1172711 as a struct module
change; it is an array module change.
* Stub
+array
+-----
+
+The :mod:`array` module supports the :c:type:`long long` type using ``q`` and
+``Q`` type codes.
+
+(Contributed by Oren Tirosh and Hirokazu Yamamoto in :issue:`1172711`)
+
+
codecs
------
* :func:`~ssl.RAND_pseudo_bytes`: generate pseudo-random bytes.
-struct
-------
-
-The :mod:`struct` module supports the :c:type:`long long` type using ``q`` and
-``Q`` type codes.
-
-(Contributed by Oren Tirosh and Hirokazu Yamamoto in :issue:`1172711`)
-
-
shutil
------