Author: Armin Rigo <[email protected]>
Branch: 
Changeset: r75691:6f31bff804a9
Date: 2015-02-03 22:00 +0100
http://bitbucket.org/pypy/pypy/changeset/6f31bff804a9/

Log:    fix capitalization

diff --git a/pypy/doc/release-2.5.0.rst b/pypy/doc/release-2.5.0.rst
--- a/pypy/doc/release-2.5.0.rst
+++ b/pypy/doc/release-2.5.0.rst
@@ -55,7 +55,7 @@
 * The past months have seen pypy mature and grow, as rpython becomes the goto
   solution for writing fast dynamic language interpreters. Our separation of
   rpython and the python interpreter PyPy is now much clearer in the
-  `PyPy documentation`_  and we now have seperate `Rpython documentation`_.
+  `PyPy documentation`_  and we now have seperate `RPython documentation`_.
 
 * We have improved warmup time as well as jitted code performance: more than 
10%
   compared to pypy-2.4.0, due to internal cleanup and gc nursery improvements.
@@ -88,7 +88,7 @@
   #pypy.
 
 .. _`PyPy documentation`: http://doc.pypy.org
-.. _`Rpython documentation`: http://rpython.readthedocs.org
+.. _`RPython documentation`: http://rpython.readthedocs.org
 .. _`blog post`: 
http://morepypy.blogspot.com/2015/01/faster-more-memory-efficient-and-more.html
 .. _`whats-new`: http://doc.pypy.org/en/latest/whatsnew-2.5.0.html
 
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to