Skip to content

Commit 085c96a

Browse files
committed
Merge pull request #45 from codestergit/patch-2
Fixed Typo individually
2 parents 13ae184 + 17ef051 commit 085c96a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Import.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ Declaration imports
118118
-------------------
119119

120120
Individual declaration imports shadow whole-module imports, as described above.
121-
If two declarations with the same name are invidually imported from different
121+
If two declarations with the same name are individually imported from different
122122
modules, references to either import must be qualified::
123123

124124
import class abcde.E

0 commit comments

Comments
 (0)