This commit is contained in:
David Wilson 2017-09-17 18:30:06 +05:30
parent 04e3336c32
commit 60dc0f6058
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ The following modules and packages violate protocol or best practice in some way
Executing code during module import is always bad, and Mitogen is a concrete
benchmark for why it's bad.
* They install crap in :py:data:`py.modules` that completely ignore or
* They install crap in :py:data:`sys.modules` that completely ignore or
partially implement the protocols laid out in PEP-302.
* They "vendor" a third party package, either incompletely, using hacks visible