]> granicus.if.org Git - python/commitdiff
Typo fix
authorAndrew M. Kuchling <amk@amk.ca>
Tue, 15 Apr 2008 13:10:41 +0000 (13:10 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Tue, 15 Apr 2008 13:10:41 +0000 (13:10 +0000)
Doc/tutorial/controlflow.rst

index 61a621f416fe3a6ccb28e1f4b0972ad6462cba18..4b4c81954da52a3c8d1f76004e41ffeaa8b3737a 100644 (file)
@@ -572,7 +572,7 @@ concise, *formatted*) in different styles; some are more readable than others.
 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: