Commit 12d0ff12 authored by Benjamin Peterson's avatar Benjamin Peterson Committed by GitHub

Remove ">>>" from testsetup. (GH-10017)

Fixes doc build breakage from 890a4b92.
parent 890a4b92
......@@ -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::
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment