Correct typo in learning the basics

This commit is contained in:
Bruno Alla
2018-01-21 14:53:03 +00:00
parent a5b946ffa7
commit 2c0e457955
+1 -1
View File
@@ -39,7 +39,7 @@ the `Python Software Foundation Wiki <http://wiki.python.org/moin/LocalUserGroup
PEPs
----
PEPs (*Python Enhncement Proposals*) are the documents/process through which Python gets enhanced and changed, over time.
PEPs (*Python Enhancement Proposals*) are the documents/process through which Python gets enhanced and changed, over time.
The most infamous PEP is `PEP8 <http://pep8.org/>`_, which documents how to properly style Python code within the community.