[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:
Łukasz Langa 2022-06-21 21:22:27 +02:00 committed by GitHub
parent 63e127f33d
commit 49687b0054
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 5 deletions

View file

@ -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