From 4251481ed9ff0abb20c7e709d1b13385d3a7ce68 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Mon, 5 May 2008 21:05:32 +0000 Subject: #2761: Some are types too. --- Doc/library/functions.rst | 4 ++-- 1 file 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]]]]) -- cgit v0.12