From: Georg Brandl Date: Mon, 5 May 2008 21:05:32 +0000 (+0000) Subject: #2761: Some are types too. X-Git-Tag: v3.0a5~25 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4251481ed9ff0abb20c7e709d1b13385d3a7ce68;p=python #2761: Some are types too. --- diff --git a/Doc/library/functions.rst b/Doc/library/functions.rst index 7ecadad634..3339c346ab 100644 --- a/Doc/library/functions.rst +++ b/Doc/library/functions.rst @@ -4,8 +4,8 @@ Built-in Functions ================== -The Python interpreter has a number of functions built into it that are always -available. They are listed here in alphabetical order. +The Python interpreter has a number of functions and types built into it that +are always available. They are listed here in alphabetical order. .. function:: __import__(name[, globals[, locals[, fromlist[, level]]]])