From 36b6067aa86efa971179937b2319c711491a06b3 Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Sun, 6 Feb 2011 17:49:47 +0100 Subject: [PATCH] doc link fix --- src/tutorial/strings.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.26.2