diff options
author | Benjamin Peterson <benjamin@python.org> | 2012-10-12 16:05:01 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2012-10-12 16:05:01 (GMT) |
commit | b548d49f655311835b72e0a27e51d5b73e671c82 (patch) | |
tree | d1fb51b1a02859d322e668b1770fcf268c7cbdbf /Doc/howto | |
parent | 143d034ecd110f8543eba4ad76dfb6085cdaeb3d (diff) | |
parent | 1dd7c304194572c3c5e6fd943bc0aac49a4c481c (diff) | |
download | cpython-b548d49f655311835b72e0a27e51d5b73e671c82.zip cpython-b548d49f655311835b72e0a27e51d5b73e671c82.tar.gz cpython-b548d49f655311835b72e0a27e51d5b73e671c82.tar.bz2 |
merge heads
Diffstat (limited to 'Doc/howto')
-rw-r--r-- | Doc/howto/unicode.rst | 2 |
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. |