mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Doc: fix default role usage (except in unittest mock docs)
This commit is contained in:
parent
aea7f4a8e2
commit
93a56cdc37
14 changed files with 25 additions and 25 deletions
|
@ -535,7 +535,7 @@ Update ``map`` for imbalanced input sequences
|
|||
'''''''''''''''''''''''''''''''''''''''''''''
|
||||
|
||||
With Python 2, when ``map`` was given more than one input sequence it would pad
|
||||
the shorter sequences with `None` values, returning a sequence as long as the
|
||||
the shorter sequences with ``None`` values, returning a sequence as long as the
|
||||
longest input sequence.
|
||||
|
||||
With Python 3, if the input sequences to ``map`` are of unequal length, ``map``
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue