mirror of
https://github.com/python/cpython.git
synced 2025-08-19 00:00:48 +00:00
Backport docos
This commit is contained in:
parent
665a3ae0af
commit
8bd1c0d8ce
1 changed files with 2 additions and 2 deletions
|
@ -1561,7 +1561,7 @@ class DocTestFailure(Exception):
|
|||
|
||||
- test: the DocTest object being run
|
||||
|
||||
- excample: the Example object that failed
|
||||
- example: the Example object that failed
|
||||
|
||||
- got: the actual output
|
||||
"""
|
||||
|
@ -1580,7 +1580,7 @@ class UnexpectedException(Exception):
|
|||
|
||||
- test: the DocTest object being run
|
||||
|
||||
- excample: the Example object that failed
|
||||
- example: the Example object that failed
|
||||
|
||||
- exc_info: the exception info
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue