Skip to content

Commit de67c7a

Browse files
author
andrew.kuchling
committed
Typo fix
git-svn-id: http://svn.python.org/projects/python/trunk@62354 6015fed2-1504-0410-9fe1-9d1591cc4771
1 parent e06d506 commit de67c7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/tutorial/controlflow.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -572,7 +572,7 @@ concise, *formatted*) in different styles; some are more readable than others.
572572
Making it easy for others to read your code is always a good idea, and adopting
573573
a nice coding style helps tremendously for that.
574574

575-
For Python, :pep:`8` has emerged as the style guide that most projects adher to;
575+
For Python, :pep:`8` has emerged as the style guide that most projects adhere to;
576576
it promotes a very readable and eye-pleasing coding style. Every Python
577577
developer should read it at some point; here are the most important points
578578
extracted for you:

0 commit comments

Comments
 (0)