fixed a typo
This commit is contained in:
parent
d208dc5175
commit
a83a6e2b05
|
@ -202,7 +202,7 @@ Specification part 1: The Importer Protocol
|
|||
"import eggs.bacon" (and "spam.eggs" exists), "spam.eggs.bacon" is
|
||||
tried and if that fails "eggs.bacon" is tried. (There are more
|
||||
subtleties that are not described here, but these are not relevant
|
||||
for implementers if the Importer Protocol.)
|
||||
for implementers of the Importer Protocol.)
|
||||
|
||||
Deeper down in the mechanism, a dotted name import is split up by
|
||||
its components. For "import spam.ham", first an "import spam" is
|
||||
|
|
Loading…
Reference in New Issue