summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/designdefense.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/designdefense.rst b/docs/designdefense.rst
index d741406c9..740313486 100644
--- a/docs/designdefense.rst
+++ b/docs/designdefense.rst
@@ -13,7 +13,7 @@ obviously you can't please everyone all of the time.
Pyramid Provides More Than One Way to Do It
-------------------------------------------
-A canon of Python popular culture is "TIOOTDI" ("there is only one way to do
+A canon of Python popular culture is "TIOOWTDI" ("there is only one way to do
it", a slighting, tongue-in-cheek reference to Perl's "TIMTOWTDI", which is
an acronym for "there is more than one way to do it").