mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
Remove ">>>" from testsetup. (GH-10017)
Fixes doc build breakage from 890a4b9293.
This commit is contained in:
parent
890a4b9293
commit
12d0ff1230
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue