From 50ccd6b6a91718035b51d9ebbabc0279d7636fad Mon Sep 17 00:00:00 2001 From: Kyle Kelley Date: Mon, 18 Mar 2013 18:22:05 -0300 Subject: [PATCH] Grammar fix: s/it's current/it's currently --- 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 ab5d9b9..3a39b66 100644 --- a/docs/starting/which-python.rst +++ b/docs/starting/which-python.rst @@ -69,7 +69,7 @@ PyPy aims for maximum compatibility with the reference CPython implementation while improving performance. If you are looking to squeeze more performance out of your Python code, it's -worth giving PyPy a try. On a suite of benchmarks, it's current `over 5 times +worth giving PyPy a try. On a suite of benchmarks, it's currently `over 5 times faster than CPython `_. Currently PyPy supports Python 2.7. [#pypy_ver]_