mirror of
https://github.com/python/cpython.git
synced 2025-11-25 12:44:13 +00:00
Add missing "a".
This commit is contained in:
parent
9737648c74
commit
3a04b4b180
1 changed files with 1 additions and 1 deletions
|
|
@ -113,7 +113,7 @@ from module import name1, name2
|
|||
|
||||
This is a "don't" which is much weaker than the previous "don't"s but is still
|
||||
something you should not do if you don't have good reasons to do that. The
|
||||
reason it is usually bad idea is because you suddenly have an object which lives
|
||||
reason it is usually a bad idea is because you suddenly have an object which lives
|
||||
in two separate namespaces. When the binding in one namespace changes, the
|
||||
binding in the other will not, so there will be a discrepancy between them. This
|
||||
happens when, for example, one module is reloaded, or changes the definition of
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue