Typo, grammar, and style fixes

This commit is contained in:
Andrew Janke
2018-12-17 14:21:50 -05:00
parent cafe323e0e
commit eb6ec70706
14 changed files with 100 additions and 106 deletions
+1 -1
View File
@@ -88,7 +88,7 @@ written in C. It compiles Python code to intermediate bytecode which is then
interpreted by a virtual machine. CPython provides the highest
level of compatibility with Python packages and C extension modules.
If you are writing open-source Python code and want to reach the widest possible
If you are writing open source Python code and want to reach the widest possible
audience, targeting CPython is best. To use packages which rely on C extensions
to function, CPython is your only implementation option.