fix typo
This commit is contained in:
parent
10aeb49768
commit
b3a934952e
|
@ -1045,7 +1045,7 @@ Additional notes on stub files:
|
||||||
* However, as an exception to the previous bullet, all objects
|
* However, as an exception to the previous bullet, all objects
|
||||||
imported into a stub using ``from ... import *`` are considered
|
imported into a stub using ``from ... import *`` are considered
|
||||||
exported. (This makes it easier to re-export all objects from a
|
exported. (This makes it easier to re-export all objects from a
|
||||||
given module that may very by Python version.)
|
given module that may vary by Python version.)
|
||||||
|
|
||||||
Function overloading
|
Function overloading
|
||||||
--------------------
|
--------------------
|
||||||
|
|
Loading…
Reference in New Issue