Fix a couple of typos.

This commit is contained in:
Neal Norwitz 2006-08-29 05:40:58 +00:00
parent 7b60464ceb
commit d219e7f986

View file

@ -1561,7 +1561,7 @@ class DocTestFailure(Exception):
- test: the DocTest object being run - test: the DocTest object being run
- excample: the Example object that failed - example: the Example object that failed
- got: the actual output - got: the actual output
""" """
@ -1580,7 +1580,7 @@ class UnexpectedException(Exception):
- test: the DocTest object being run - test: the DocTest object being run
- excample: the Example object that failed - example: the Example object that failed
- exc_info: the exception info - exc_info: the exception info
""" """