diff options
| author | Benjamin Peterson <benjamin@python.org> | 2010-05-27 22:32:22 +0000 |
|---|---|---|
| committer | Benjamin Peterson <benjamin@python.org> | 2010-05-27 22:32:22 +0000 |
| commit | 2550346cacf6d5c948d80131017ad63185c8b010 (patch) | |
| tree | 83c9ef16408fa71071c54a0913188581ba049e58 /Doc/library | |
| parent | f03a6164321d37f05dbf93023ce6114f0cdbd910 (diff) | |
| download | cpython-git-2550346cacf6d5c948d80131017ad63185c8b010.tar.gz | |
correct default value in signature
Diffstat (limited to 'Doc/library')
| -rw-r--r-- | Doc/library/functions.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/functions.rst b/Doc/library/functions.rst index f371ffe9a1..a7a9e47484 100644 --- a/Doc/library/functions.rst +++ b/Doc/library/functions.rst @@ -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 |
