]> granicus.if.org Git - python/commitdiff
Merged revisions 81572 via svnmerge from
authorBenjamin Peterson <benjamin@python.org>
Thu, 27 May 2010 22:36:14 +0000 (22:36 +0000)
committerBenjamin Peterson <benjamin@python.org>
Thu, 27 May 2010 22:36:14 +0000 (22:36 +0000)
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

index ff999e98439d67a9a35d9ef1b79cab0c4004939d..5160e08544d1f6fea64011153ab86c5b3a1d21a0 100644 (file)
@@ -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