From e5a32dcc37b32470d908a30a06c419ee0f8381f0 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Fri, 21 Dec 2007 08:16:54 +0000 Subject: [PATCH] Fix docstring of types.py. --- Lib/types.py | 5 ++--- 1 file 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 -- 2.40.0