From 8d904298130a31c11c8c0d97ca374cdfe587fa80 Mon Sep 17 00:00:00 2001 From: Pengkui Luo Date: Wed, 14 Nov 2012 04:02:58 -0600 Subject: [PATCH] Update docs/starting/which-python.rst --- docs/starting/which-python.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/starting/which-python.rst b/docs/starting/which-python.rst index af72adb..ed49f13 100644 --- a/docs/starting/which-python.rst +++ b/docs/starting/which-python.rst @@ -50,7 +50,7 @@ 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 audience, targeting CPython is your best bet. If you need to use any packages -that are rely on C extensions for their functionality (eg: numpy) then CPython +that rely on C extensions for their functionality (eg: numpy) then CPython is your only choice. Being the reference implementation, all versions of the Python language are