]> granicus.if.org Git - python/commitdiff
correct default value in signature
authorBenjamin Peterson <benjamin@python.org>
Thu, 27 May 2010 22:32:22 +0000 (22:32 +0000)
committerBenjamin Peterson <benjamin@python.org>
Thu, 27 May 2010 22:32:22 +0000 (22:32 +0000)
Doc/library/functions.rst

index f371ffe9a1b09649ac2ece3297b22697a4f1f81a..a7a9e47484e82464edc5abd70cd0f8f3a73b09fa 100644 (file)
@@ -1227,7 +1227,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