From 8b674a5b3089ef9033566bf50434d66e557b8b36 Mon Sep 17 00:00:00 2001 From: Zev Averbach Date: Fri, 3 Jun 2016 16:06:45 -0700 Subject: [PATCH] changed "tenants" to "tenets" Tenants are people who pay rent; tenets are principles or beliefs. --- docs/writing/reading.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/writing/reading.rst b/docs/writing/reading.rst index 39b0888bf..97342250a 100644 --- a/docs/writing/reading.rst +++ b/docs/writing/reading.rst @@ -1,7 +1,7 @@ Reading Great Code ================== -One of the core tenants behind the design of Python is creating +One of the core tenets behind the design of Python is creating readable code. The motivation behind this design is simple: The number one thing that Python programmers do is read code.