mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
#5486: typos.
This commit is contained in:
parent
f87e04d339
commit
ae2dbe2543
15 changed files with 27 additions and 27 deletions
|
@ -53,7 +53,7 @@ The following exceptions are only used as base classes for other exceptions.
|
|||
The base class for all built-in exceptions. It is not meant to be directly
|
||||
inherited by user-defined classes (for that use :exc:`Exception`). If
|
||||
:func:`str` or :func:`unicode` is called on an instance of this class, the
|
||||
representation of the argument(s) to the instance are returned or the emptry
|
||||
representation of the argument(s) to the instance are returned or the empty
|
||||
string when there were no arguments. All arguments are stored in :attr:`args`
|
||||
as a tuple.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue