summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Lib/types.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/Lib/types.py b/Lib/types.py
index 46a539a..65b70f7 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