From 60dc0f6058008c61d46fb855099d52dd8610894f Mon Sep 17 00:00:00 2001 From: David Wilson Date: Sun, 17 Sep 2017 18:30:06 +0530 Subject: [PATCH] Typo. --- docs/shame.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/shame.rst b/docs/shame.rst index 979d0742..c69fe738 100644 --- a/docs/shame.rst +++ b/docs/shame.rst @@ -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