changed "tenants" to "tenets"

Tenants are people who pay rent; tenets are principles or beliefs.
This commit is contained in:
Zev Averbach
2016-06-03 16:06:45 -07:00
parent 91cdb50a36
commit 8b674a5b30
+1 -1
View File
@@ -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.