Correct the broken indentation.

This commit is contained in:
Jason R. Coombs 2018-02-17 12:10:29 -05:00
parent 435b8ddc7c
commit 254e357076
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ class DoctestItem(pytest.Item):
if capman:
out, err = capman.suspend_global_capture(in_=True)
sys.stdout.write(out)
sys.stdout.write(err)
sys.stdout.write(err)
def repr_failure(self, excinfo):
import doctest