commit | 2550346cacf6d5c948d80131017ad63185c8b010 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Thu May 27 22:32:22 2010 +0000 |
committer | Benjamin Peterson <benjamin@python.org> | Thu May 27 22:32:22 2010 +0000 |
tree | 83c9ef16408fa71071c54a0913188581ba049e58 | |
parent | f03a6164321d37f05dbf93023ce6114f0cdbd910 [diff] [blame] |
correct default value in signature
diff --git a/Doc/library/functions.rst b/Doc/library/functions.rst index f371ffe..a7a9e47 100644 --- a/Doc/library/functions.rst +++ b/Doc/library/functions.rst
@@ -1227,7 +1227,7 @@ True -.. function:: __import__(name, globals={}, locals={}, fromlist=[], level=-1) +.. function:: __import__(name, globals={}, locals={}, fromlist=[], level=0) .. index:: statement: import