Skip to content

Commit 8d90429

Browse files
committed
Update docs/starting/which-python.rst
1 parent bb79614 commit 8d90429

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/starting/which-python.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ level of compatibility with Python packages and C extension modules.
5050

5151
If you are writing open-source Python code and want to reach the widest possible
5252
audience, targeting CPython is your best bet. If you need to use any packages
53-
that are rely on C extensions for their functionality (eg: numpy) then CPython
53+
that rely on C extensions for their functionality (eg: numpy) then CPython
5454
is your only choice.
5555

5656
Being the reference implementation, all versions of the Python language are

0 commit comments

Comments
 (0)