diff options
author | Georg Brandl <georg@python.org> | 2008-05-05 21:05:32 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-05-05 21:05:32 (GMT) |
commit | 4251481ed9ff0abb20c7e709d1b13385d3a7ce68 (patch) | |
tree | 091a15abf60dc2d8bcd69cd42a6f9a741f9f6c2c /Doc/library | |
parent | de2b00e911e606741e2b0f2d568a187552f49631 (diff) | |
download | cpython-4251481ed9ff0abb20c7e709d1b13385d3a7ce68.zip cpython-4251481ed9ff0abb20c7e709d1b13385d3a7ce68.tar.gz cpython-4251481ed9ff0abb20c7e709d1b13385d3a7ce68.tar.bz2 |
#2761: Some are types too.
Diffstat (limited to 'Doc/library')
-rw-r--r-- | Doc/library/functions.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/functions.rst b/Doc/library/functions.rst index 7ecadad..3339c34 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]]]]) |