mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
correct default value in signature
This commit is contained in:
parent
f03a616432
commit
2550346cac
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue