From: Antoine Pitrou Date: Sun, 12 Dec 2010 18:14:34 +0000 (+0000) Subject: Obsolete aliases needn't be documented X-Git-Tag: v3.2b2~134 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=19d6ce0f73f3459f0f8c4fb9f0d32cee5f866b05;p=thirdparty%2FPython%2Fcpython.git Obsolete aliases needn't be documented --- diff --git a/Doc/library/array.rst b/Doc/library/array.rst index 40655a588a54..d563cceb77ae 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.