summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2010-12-12 18:14:34 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2010-12-12 18:14:34 (GMT)
commit19d6ce0f73f3459f0f8c4fb9f0d32cee5f866b05 (patch)
tree3f3969d06ed7d4728a1596b9bd4ad1368f37580d
parentb387ad6eece2f78a582665df9a07e5b54b38ecd1 (diff)
downloadcpython-19d6ce0f73f3459f0f8c4fb9f0d32cee5f866b05.zip
cpython-19d6ce0f73f3459f0f8c4fb9f0d32cee5f866b05.tar.gz
cpython-19d6ce0f73f3459f0f8c4fb9f0d32cee5f866b05.tar.bz2
Obsolete aliases needn't be documented
-rw-r--r--Doc/library/array.rst4
1 files changed, 0 insertions, 4 deletions
diff --git a/Doc/library/array.rst b/Doc/library/array.rst
index 40655a5..d563cce 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.