diff --git a/index.html b/index.html index 216f0090f70463f17989dd07b637d2a3ad69dee2_aW5kZXguaHRtbA==..ed89fe5e5c7beb8e17e1eef39ca37595e525c790_aW5kZXguaHRtbA== 100644 --- a/index.html +++ b/index.html @@ -47,7 +47,7 @@ <div id="main"> <h1 class="title">PyPy</h1> <p>PyPy is a <a class="reference external" href="http://speed.pypy.org/">fast</a>, <a class="reference external" href="compat.html">compliant</a> alternative implementation of the <a class="reference external" href="http://python.org/">Python</a> -language (2.7.2). It has several advantages and distinct features:</p> +language (2.7.3). It has several advantages and distinct features:</p> <blockquote> <ul class="simple"> <li><strong>Speed:</strong> thanks to its Just-in-Time compiler, Python programs diff --git a/source/index.txt b/source/index.txt index 216f0090f70463f17989dd07b637d2a3ad69dee2_c291cmNlL2luZGV4LnR4dA==..ed89fe5e5c7beb8e17e1eef39ca37595e525c790_c291cmNlL2luZGV4LnR4dA== 100644 --- a/source/index.txt +++ b/source/index.txt @@ -4,7 +4,7 @@ --- PyPy is a `fast`_, `compliant`_ alternative implementation of the `Python`_ -language (2.7.2). It has several advantages and distinct features: +language (2.7.3). It has several advantages and distinct features: * **Speed:** thanks to its Just-in-Time compiler, Python programs often run `faster`_ on PyPy. `(What is a JIT compiler?)`_