From: Stefan Behnel Date: Sun, 6 Feb 2011 16:49:47 +0000 (+0100) Subject: doc link fix X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=36b6067aa86efa971179937b2319c711491a06b3;p=cython.git doc link fix --- diff --git a/src/tutorial/strings.rst b/src/tutorial/strings.rst index 64251c05..2c2627fc 100644 --- a/src/tutorial/strings.rst +++ b/src/tutorial/strings.rst @@ -281,7 +281,7 @@ pair that represents the above character. For more information on this topic, it is worth reading the `Wikipedia article about the UTF-16 encoding`_. -.. _`Wikipedia article on the UTF-16 encoding`: http://en.wikipedia.org/wiki/UTF-16/UCS-2 +.. _`Wikipedia article about the UTF-16 encoding`: http://en.wikipedia.org/wiki/UTF-16/UCS-2 The same properties apply to Cython code that gets compiled for a narrow CPython runtime environment. In most cases, e.g. when