diff options
Diffstat (limited to 'Doc/library/array.rst')
-rw-r--r-- | Doc/library/array.rst | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Doc/library/array.rst b/Doc/library/array.rst index 3f5f9e6..3ffc64d 100644 --- a/Doc/library/array.rst +++ b/Doc/library/array.rst @@ -65,10 +65,6 @@ The module defines the following type: passed to the :meth:`extend` method. -.. data:: ArrayType - - Obsolete alias for :class:`array`. - .. data:: typecodes A string with all available type codes. |