mirror of
https://github.com/kennethreitz/python-guide.git
synced 2026-06-05 23:00:18 +00:00
Typo, grammar, and style fixes
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user