This commit is contained in:
Ethan Furman 2015-10-30 08:45:05 -07:00
parent 10aeb49768
commit b3a934952e
1 changed files with 1 additions and 1 deletions

View File

@ -1045,7 +1045,7 @@ Additional notes on stub files:
* However, as an exception to the previous bullet, all objects
imported into a stub using ``from ... import *`` are considered
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
--------------------