Remove ">>>" from testsetup. (GH-10017)
Fixes doc build breakage from 890a4b9293
.
This commit is contained in:
parent
890a4b9293
commit
12d0ff1230
|
@ -257,7 +257,7 @@ To convert to a key function, just wrap the old comparison function:
|
|||
|
||||
.. testsetup::
|
||||
|
||||
>>> from functools import cmp_to_key
|
||||
from functools import cmp_to_key
|
||||
|
||||
.. doctest::
|
||||
|
||||
|
|
Loading…
Reference in New Issue