Commit 025954af authored by David Wilson's avatar David Wilson

Typo.

parent d28cd4e2
...@@ -8,7 +8,7 @@ The following modules and packages violate protocol or best practice in some way ...@@ -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 Executing code during module import is always bad, and Mitogen is a concrete
benchmark for why it's bad. 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. partially implement the protocols laid out in PEP-302.
* They "vendor" a third party package, either incompletely, using hacks visible * They "vendor" a third party package, either incompletely, using hacks visible
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment