summaryrefslogtreecommitdiff
path: root/Lib/types.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/types.py')
-rw-r--r--Lib/types.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/Lib/types.py b/Lib/types.py
index 46a539accf..65b70f7803 100644
--- a/Lib/types.py
+++ b/Lib/types.py
@@ -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