diff options
| author | Jim Fasarakis-Hilliard <d.f.hilliard@gmail.com> | 2017-02-25 23:13:33 +0200 |
|---|---|---|
| committer | Mariatta <Mariatta@users.noreply.github.com> | 2017-02-25 13:13:33 -0800 |
| commit | 53c1892dc3de1de612b1cf95dc7bf09f82c1babf (patch) | |
| tree | d0be16241e201fc6f851c21796e057c069d91381 /Doc/tutorial/introduction.rst | |
| parent | 6329aea78e3627d250009aa5aaaf47cd11587f4d (diff) | |
| download | cpython-git-53c1892dc3de1de612b1cf95dc7bf09f82c1babf.tar.gz | |
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.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/tutorial/introduction.rst b/Doc/tutorial/introduction.rst index 7e8ee3e5ea..52120a0b16 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. |
