Doc: fix default role usage (except in unittest mock docs)

This commit is contained in:
Georg Brandl 2014-10-30 22:25:41 +01:00
parent aea7f4a8e2
commit 93a56cdc37
14 changed files with 25 additions and 25 deletions

View file

@ -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``