From: Georg Brandl Date: Fri, 21 Dec 2007 08:16:54 +0000 (+0000) Subject: Fix docstring of types.py. X-Git-Tag: v3.0a3~281 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e5a32dcc37b32470d908a30a06c419ee0f8381f0;p=python Fix docstring of types.py. --- 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