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

Fixes doc build breakage from 890a4b9293.
This commit is contained in:
Benjamin Peterson 2018-10-20 16:51:05 -07:00 committed by GitHub
parent 890a4b9293
commit 12d0ff1230
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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