Merge link additions/fixes with 3.3.

This commit is contained in:
Ezio Melotti 2012-10-12 11:02:39 +03:00
commit f79774bb92
4 changed files with 14 additions and 6 deletions

View file

@ -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.