doc link fix
authorStefan Behnel <scoder@users.berlios.de>
Sun, 6 Feb 2011 16:49:47 +0000 (17:49 +0100)
committerStefan Behnel <scoder@users.berlios.de>
Sun, 6 Feb 2011 16:49:47 +0000 (17:49 +0100)
src/tutorial/strings.rst

index 64251c05985fd8f74ce8e130f4016e5c20c71f7f..2c2627fc8b5ebe9d58a73c065e7f7cbd13731d4a 100644 (file)
@@ -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