mirror of
https://github.com/python/cpython.git
synced 2025-10-10 00:43:41 +00:00
Fix docstring of types.py.
This commit is contained in:
parent
69aabc0301
commit
e5a32dcc37
1 changed files with 2 additions and 3 deletions
|
@ -1,6 +1,5 @@
|
||||||
"""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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue