summaryrefslogtreecommitdiffstats
path: root/Doc/howto
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2012-10-12 16:05:01 (GMT)
committerBenjamin Peterson <benjamin@python.org>2012-10-12 16:05:01 (GMT)
commitb548d49f655311835b72e0a27e51d5b73e671c82 (patch)
treed1fb51b1a02859d322e668b1770fcf268c7cbdbf /Doc/howto
parent143d034ecd110f8543eba4ad76dfb6085cdaeb3d (diff)
parent1dd7c304194572c3c5e6fd943bc0aac49a4c481c (diff)
downloadcpython-b548d49f655311835b72e0a27e51d5b73e671c82.zip
cpython-b548d49f655311835b72e0a27e51d5b73e671c82.tar.gz
cpython-b548d49f655311835b72e0a27e51d5b73e671c82.tar.bz2
merge heads
Diffstat (limited to 'Doc/howto')
-rw-r--r--Doc/howto/unicode.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/howto/unicode.rst b/Doc/howto/unicode.rst
index f9eeae4..5d9e027 100644
--- a/Doc/howto/unicode.rst
+++ b/Doc/howto/unicode.rst
@@ -414,7 +414,7 @@ References
----------
The ``str`` type is described in the Python library reference at
-:ref:`typesseq`.
+:ref:`textseq`.
The documentation for the :mod:`unicodedata` module.