mirror of
https://github.com/python/cpython.git
synced 2025-08-19 00:00:48 +00:00
[3.11] gh-93675: Fix typos in Doc/
(GH-93676) (GH-94079)
Closes GH-93675
(cherry picked from commit 830513754d
)
Co-authored-by: luzpaz <luzpaz@users.noreply.github.com>
This commit is contained in:
parent
63e127f33d
commit
49687b0054
5 changed files with 5 additions and 5 deletions
|
@ -573,7 +573,7 @@ is already executing raises a :exc:`ValueError` exception.
|
|||
In typical use, this is called with a single exception instance similar to the
|
||||
way the :keyword:`raise` keyword is used.
|
||||
|
||||
For backwards compatability, however, the second signature is
|
||||
For backwards compatibility, however, the second signature is
|
||||
supported, following a convention from older versions of Python.
|
||||
The *type* argument should be an exception class, and *value*
|
||||
should be an exception instance. If the *value* is not provided, the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue