#2761: Some are types too.

This commit is contained in:
Georg Brandl 2008-05-05 21:05:32 +00:00
parent de2b00e911
commit 4251481ed9

View file

@ -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]]]])