Commit e5a32dcc authored by Georg Brandl's avatar Georg Brandl

Fix docstring of types.py.

parent 69aabc03
"""Define names for all type symbols known in the standard interpreter. """
Define names for built-in types that aren't directly accessible as a builtin.
Types that are part of optional modules (e.g. array) are not listed.
""" """
import sys import sys
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment