mirror of
https://github.com/python/cpython.git
synced 2025-10-09 16:34:44 +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.
|
||||
|
||||
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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue