mirror of
https://github.com/python/cpython.git
synced 2026-03-10 06:50:52 +00:00
fix whitespace
This commit is contained in:
parent
bdb7fe4c84
commit
9f55b63060
1 changed files with 1 additions and 1 deletions
|
|
@ -592,7 +592,7 @@ loops that truncate the stream.
|
|||
|
||||
A common use for *repeat* is to supply a stream of constant values to *imap*
|
||||
or *zip*::
|
||||
|
||||
|
||||
>>> list(imap(pow, range(10), repeat(2)))
|
||||
[0, 1, 4, 9, 16, 25, 36, 49, 64, 81]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue