correct default value in signature

This commit is contained in:
Benjamin Peterson 2010-05-27 22:32:22 +00:00
parent f03a616432
commit 2550346cac

View 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