summaryrefslogtreecommitdiff
path: root/Doc/tutorial/introduction.rst
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2012-10-12 11:02:39 +0300
committerEzio Melotti <ezio.melotti@gmail.com>2012-10-12 11:02:39 +0300
commitf79774bb92b765b449dd8da4876a3298fac02ec7 (patch)
tree93240816a7fe0437c20d451837db8cab3371942e /Doc/tutorial/introduction.rst
parente312f4d30429a8ddf0b78be5ab9d49e0fa811e66 (diff)
parenta6229e6ebd82a36ea9c27e9361e4e67e24a8de5b (diff)
downloadcpython-git-f79774bb92b765b449dd8da4876a3298fac02ec7.tar.gz
Merge link additions/fixes with 3.3.
Diffstat (limited to 'Doc/tutorial/introduction.rst')
-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 b6d94accfd..c07a668ccb 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.