summaryrefslogtreecommitdiffstats
path: root/Doc/reference
diff options
context:
space:
mode:
authorluzpaz <luzpaz@users.noreply.github.com>2022-06-21 19:10:45 (GMT)
committerGitHub <noreply@github.com>2022-06-21 19:10:45 (GMT)
commit830513754d081619b2d72db17770627312072fa5 (patch)
tree6cedb4923e174bf2611faa1b5e74a8016f12bbb6 /Doc/reference
parentf62ff97f31a775cc7956adeae32c14e7c85bdc15 (diff)
downloadcpython-830513754d081619b2d72db17770627312072fa5.zip
cpython-830513754d081619b2d72db17770627312072fa5.tar.gz
cpython-830513754d081619b2d72db17770627312072fa5.tar.bz2
gh-93675: Fix typos in `Doc/` (GH-93676)
Closes #93675
Diffstat (limited to 'Doc/reference')
-rw-r--r--Doc/reference/expressions.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/reference/expressions.rst b/Doc/reference/expressions.rst
index 1f461e3..6bf21a7 100644
--- a/Doc/reference/expressions.rst
+++ b/Doc/reference/expressions.rst
@@ -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