[Python-checkins] r62354 - python/trunk/Doc/tutorial/controlflow.rst

andrew.kuchling python-checkins at python.org
Tue Apr 15 15:10:41 CEST 2008


Author: andrew.kuchling
Date: Tue Apr 15 15:10:41 2008
New Revision: 62354

Log:
Typo fix

Modified:
   python/trunk/Doc/tutorial/controlflow.rst

Modified: python/trunk/Doc/tutorial/controlflow.rst
==============================================================================
--- python/trunk/Doc/tutorial/controlflow.rst	(original)
+++ python/trunk/Doc/tutorial/controlflow.rst	Tue Apr 15 15:10:41 2008
@@ -572,7 +572,7 @@
 Making it easy for others to read your code is always a good idea, and adopting
 a nice coding style helps tremendously for that.
 
-For Python, :pep:`8` has emerged as the style guide that most projects adher to;
+For Python, :pep:`8` has emerged as the style guide that most projects adhere to;
 it promotes a very readable and eye-pleasing coding style.  Every Python
 developer should read it at some point; here are the most important points
 extracted for you:


More information about the Python-checkins mailing list