Fix docstring of types.py.

This commit is contained in:
Georg Brandl 2007-12-21 08:16:54 +00:00
parent 69aabc0301
commit e5a32dcc37

View 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