summaryrefslogtreecommitdiffstats
path: root/Doc/tutorial
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2012-10-12 07:59:14 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2012-10-12 07:59:14 (GMT)
commita6229e6ebd82a36ea9c27e9361e4e67e24a8de5b (patch)
tree2a7164ed618c6f53326968b1b7fbbd7d352bfa0b /Doc/tutorial
parentc33899bd713d2194c75802a543d0b350cb3bb276 (diff)
downloadcpython-a6229e6ebd82a36ea9c27e9361e4e67e24a8de5b.zip
cpython-a6229e6ebd82a36ea9c27e9361e4e67e24a8de5b.tar.gz
cpython-a6229e6ebd82a36ea9c27e9361e4e67e24a8de5b.tar.bz2
Fix and add more links.
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.