aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Fasarakis-Hilliard <d.f.hilliard@gmail.com>2017-02-25 23:13:33 +0200
committerMariatta <Mariatta@users.noreply.github.com>2017-02-25 13:13:33 -0800
commit53c1892dc3de1de612b1cf95dc7bf09f82c1babf (patch)
treed0be16241e201fc6f851c21796e057c069d91381 /Doc/tutorial/introduction.rst
parentREADME.rst: Change the devguide url to docs.python.org/devguide (GH-295) (diff)
downloadcpython-53c1892dc3de1de612b1cf95dc7bf09f82c1babf.tar.gz
cpython-53c1892dc3de1de612b1cf95dc7bf09f82c1babf.tar.bz2
cpython-53c1892dc3de1de612b1cf95dc7bf09f82c1babf.zip
Fix small typos in introduction and datastructures of tutorial (GH-272)
* Fix small typos in introduction and datastructures * Use iterable instead of L in the doc for list.extend
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 7e8ee3e5ea1..52120a0b16e 100644
--- a/Doc/tutorial/introduction.rst
+++ b/Doc/tutorial/introduction.rst
@@ -359,7 +359,7 @@ The built-in function :func:`len` returns the length of a string::
Information about string formatting with :meth:`str.format`.
:ref:`old-string-formatting`
- The old formatting operations invoked when strings and Unicode strings are
+ The old formatting operations invoked when strings are
the left operand of the ``%`` operator are described in more detail here.