Author: mattip <[email protected]> Branch: extradoc Changeset: r536:61102321c9cb Date: 2014-09-18 18:46 +0300 http://bitbucket.org/pypy/pypy.org/changeset/61102321c9cb/
Log: misleading typo diff --git a/download.html b/download.html --- a/download.html +++ b/download.html @@ -54,7 +54,7 @@ <ul class="simple"> <li>the Python2.7 compatible release — <strong>PyPy 2.3.1</strong> — (<a class="reference external" href="http://doc.pypy.org/en/latest/release-2.3.1.html">what's new in PyPy 2.3.1?</a> )</li> <li>the Python2.7 compatible beta — <strong>PyPy 2.4-beta1</strong> — (<a class="reference external" href="http://doc.pypy.org/en/latest/release-2.4.0.html">what's new in PyPy 2.4?</a> )</li> -<li>the Python3.3 compatible release — <strong>PyPy3 2.3.1</strong> — (<a class="reference external" href="http://doc.pypy.org/en/latest/release-pypy3-2.3.1.html">what's new in PyPy3 2.3.1?</a>).</li> +<li>the Python3.2.5 compatible release — <strong>PyPy3 2.3.1</strong> — (<a class="reference external" href="http://doc.pypy.org/en/latest/release-pypy3-2.3.1.html">what's new in PyPy3 2.3.1?</a>).</li> </ul> <ul class="download-menu simple"> <li>Download<ul> @@ -121,8 +121,8 @@ <a class="reference external" href="http://cobra.cs.uni-duesseldorf.de/~buildmaster/mirror/">mirror</a>, but please use only if you have troubles accessing the links above</li> </ul> </div> -<div class="section" id="python-3-3-compatible-pypy3-2-3-1"> -<h1>Python 3.3 compatible PyPy3 2.3.1</h1> +<div class="section" id="python-3-2-5-compatible-pypy3-2-3-1"> +<h1>Python 3.2.5 compatible PyPy3 2.3.1</h1> <ul class="simple"> <li><a class="reference external" href="https://bitbucket.org/pypy/pypy/downloads/pypy3-2.3.1-linux.tar.bz2">Linux x86 binary (32bit, tar.bz2 built on Ubuntu 10.04.4 LTS)</a> (see <tt class="docutils literal">[1]</tt> below)</li> <li><a class="reference external" href="https://bitbucket.org/pypy/pypy/downloads/pypy3-2.3.1-linux64.tar.bz2">Linux x86-64 binary (64bit, tar.bz2 built on Ubuntu 12.04 - 14.04)</a> (see <tt class="docutils literal">[1]</tt> below)</li> diff --git a/source/download.txt b/source/download.txt --- a/source/download.txt +++ b/source/download.txt @@ -18,7 +18,7 @@ * the Python2.7 compatible release — **PyPy 2.3.1** — (`what's new in PyPy 2.3.1?`_ ) * the Python2.7 compatible beta — **PyPy 2.4-beta1** — (`what's new in PyPy 2.4?`_ ) -* the Python3.3 compatible release — **PyPy3 2.3.1** — (`what's new in PyPy3 2.3.1?`_). +* the Python3.2.5 compatible release — **PyPy3 2.3.1** — (`what's new in PyPy3 2.3.1?`_). .. _what's new in PyPy 2.3.1?: http://doc.pypy.org/en/latest/release-2.3.1.html .. _what's new in PyPy3 2.3.1?: http://doc.pypy.org/en/latest/release-pypy3-2.3.1.html @@ -127,8 +127,8 @@ .. __: https://bitbucket.org/pypy/pypy/downloads .. _mirror: http://cobra.cs.uni-duesseldorf.de/~buildmaster/mirror/ -Python 3.3 compatible PyPy3 2.3.1 ---------------------------------- +Python 3.2.5 compatible PyPy3 2.3.1 +----------------------------------- * `Linux x86 binary (32bit, tar.bz2 built on Ubuntu 10.04.4 LTS)`__ (see ``[1]`` below) * `Linux x86-64 binary (64bit, tar.bz2 built on Ubuntu 12.04 - 14.04)`__ (see ``[1]`` below) _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
