diff -r 4a48450f2505 Lib/test/test_pydoc.py --- a/Lib/test/test_pydoc.py Sat Jun 14 20:41:22 2014 -0700 +++ b/Lib/test/test_pydoc.py Sun Jun 15 11:23:05 2014 +0300 @@ -746,7 +746,7 @@ try: pydoc.render_doc(name) except ImportError: - self.fail('finding the doc of {!r} failed'.format(o)) + self.fail('finding the doc of {!r} failed'.format(name)) for name in ('notbuiltins', 'strrr', 'strr.translate', 'str.trrrranslate', 'builtins.strrr',