fix link in docs
authorStefan Behnel <stefan_ml@behnel.de>
Sat, 12 May 2012 10:39:24 +0000 (12:39 +0200)
committerStefan Behnel <stefan_ml@behnel.de>
Sat, 12 May 2012 10:39:24 +0000 (12:39 +0200)
docs/src/tutorial/pypy.rst

index d4344f1..3311eb0 100644 (file)
@@ -2,7 +2,7 @@ Porting Cython code to PyPy
 ============================
 
 Since version 0.17, Cython has basic support for cpyext, the layer in
-`PyPy <http://pypy.org>` that emulates CPython's C-API.  This is
+`PyPy <http://pypy.org>`_ that emulates CPython's C-API.  This is
 achieved by making the generated C code adapt at C compile time, so
 the generated code will compile in both CPython and PyPy unchanged.