diff options
Diffstat (limited to 'tools/refguide_check.py')
-rw-r--r-- | tools/refguide_check.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/refguide_check.py b/tools/refguide_check.py index c647fb2ed..3b587b77b 100644 --- a/tools/refguide_check.py +++ b/tools/refguide_check.py @@ -795,7 +795,7 @@ def _run_doctests(tests, full_name, verbose, doctest_warnings): def out(msg): output.append(msg) - class MyStderr(object): + class MyStderr: """ Redirect stderr to the current stdout """ |