From dfaaae980fe490acec49170245751a4f20bfeacd Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Thu, 27 May 2010 22:36:14 +0000 Subject: [PATCH] Merged revisions 81572 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r81572 | benjamin.peterson | 2010-05-27 17:32:22 -0500 (Thu, 27 May 2010) | 1 line correct default value in signature ........ --- Doc/library/functions.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/functions.rst b/Doc/library/functions.rst index ff999e98439..5160e08544d 100644 --- a/Doc/library/functions.rst +++ b/Doc/library/functions.rst @@ -1219,7 +1219,7 @@ are always available. They are listed here in alphabetical order. True -.. function:: __import__(name, globals={}, locals={}, fromlist=[], level=-1) +.. function:: __import__(name, globals={}, locals={}, fromlist=[], level=0) .. index:: statement: import