summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_pydoc.py
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2014-06-20 18:59:27 (GMT)
committerTerry Jan Reedy <tjreedy@udel.edu>2014-06-20 18:59:27 (GMT)
commit49c02b62ddc4e2aad10ae3a19e257bc76e374658 (patch)
treeabfbbb766527b008fe856148876a5337ab70ffa9 /Lib/test/test_pydoc.py
parent8c6f0b70dc08c5076f670fb9141021f2825847ae (diff)
parentfe928de955ec5043dd7c8b9388dbb0ccfabbdc80 (diff)
downloadcpython-49c02b62ddc4e2aad10ae3a19e257bc76e374658.zip
cpython-49c02b62ddc4e2aad10ae3a19e257bc76e374658.tar.gz
cpython-49c02b62ddc4e2aad10ae3a19e257bc76e374658.tar.bz2
Merge with 3.4
Diffstat (limited to 'Lib/test/test_pydoc.py')
-rw-r--r--Lib/test/test_pydoc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_pydoc.py b/Lib/test/test_pydoc.py
index 542b433..8d85c14 100644
--- a/Lib/test/test_pydoc.py
+++ b/Lib/test/test_pydoc.py
@@ -746,7 +746,7 @@ class TestDescriptions(unittest.TestCase):
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',