summaryrefslogtreecommitdiffstats
path: root/Doc/tutorial
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/tutorial
parent143d034ecd110f8543eba4ad76dfb6085cdaeb3d (diff)
parent1dd7c304194572c3c5e6fd943bc0aac49a4c481c (diff)
downloadcpython-b548d49f655311835b72e0a27e51d5b73e671c82.zip
cpython-b548d49f655311835b72e0a27e51d5b73e671c82.tar.gz
cpython-b548d49f655311835b72e0a27e51d5b73e671c82.tar.bz2
merge heads
Diffstat (limited to 'Doc/tutorial')
-rw-r--r--Doc/tutorial/introduction.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/tutorial/introduction.rst b/Doc/tutorial/introduction.rst
index b6d94ac..c07a668 100644
--- a/Doc/tutorial/introduction.rst
+++ b/Doc/tutorial/introduction.rst
@@ -390,7 +390,7 @@ The built-in function :func:`len` returns the length of a string::
.. seealso::
- :ref:`typesseq`
+ :ref:`textseq`
Strings are examples of *sequence types*, and support the common
operations supported by such types.