mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
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
This commit is contained in:
parent
6329aea78e
commit
53c1892dc3
2 changed files with 5 additions and 5 deletions
|
@ -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.
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue