diff options
| author | Georg Brandl <georg@python.org> | 2008-05-05 21:05:32 +0000 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2008-05-05 21:05:32 +0000 |
| commit | 4251481ed9ff0abb20c7e709d1b13385d3a7ce68 (patch) | |
| tree | 091a15abf60dc2d8bcd69cd42a6f9a741f9f6c2c | |
| parent | de2b00e911e606741e2b0f2d568a187552f49631 (diff) | |
| download | cpython-git-4251481ed9ff0abb20c7e709d1b13385d3a7ce68.tar.gz | |
#2761: Some are types too.
| -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 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]]]]) |
