]> granicus.if.org Git - python/commitdiff
Fix docstring of types.py.
authorGeorg Brandl <georg@python.org>
Fri, 21 Dec 2007 08:16:54 +0000 (08:16 +0000)
committerGeorg Brandl <georg@python.org>
Fri, 21 Dec 2007 08:16:54 +0000 (08:16 +0000)
Lib/types.py

index 46a539accfa849194d158df959b424ba04e05ba7..65b70f7803dfc1d4bca65600fbdb8050542c82a4 100644 (file)
@@ -1,6 +1,5 @@
-"""Define names for all type symbols known in the standard interpreter.
-
-Types that are part of optional modules (e.g. array) are not listed.
+"""
+Define names for built-in types that aren't directly accessible as a builtin.
 """
 import sys