mirror of
https://github.com/python/cpython.git
synced 2025-12-15 21:44:50 +00:00
Typo fix
This commit is contained in:
parent
3822af6d3a
commit
8c65b1ed78
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue