summaryrefslogtreecommitdiffstats
path: root/Doc/library/dis.rst
diff options
context:
space:
mode:
authorChristian Clauss <cclauss@me.com>2021-10-05 21:48:44 (GMT)
committerGitHub <noreply@github.com>2021-10-05 21:48:44 (GMT)
commit241bda785a092a272d7e0f6a4e20bd250c389cfe (patch)
treed1ec44882a46c83d3a91d6ce5e312954cffab269 /Doc/library/dis.rst
parent4c8d543823dde5a30615da61727837a48f7ab847 (diff)
downloadcpython-241bda785a092a272d7e0f6a4e20bd250c389cfe.zip
cpython-241bda785a092a272d7e0f6a4e20bd250c389cfe.tar.gz
cpython-241bda785a092a272d7e0f6a4e20bd250c389cfe.tar.bz2
[doc] Fix typos found using codespell (GH-28744)
Co-authored-by: Ɓukasz Langa <lukasz@langa.pl>
Diffstat (limited to 'Doc/library/dis.rst')
-rw-r--r--Doc/library/dis.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/dis.rst b/Doc/library/dis.rst
index 9b68308..9958dea 100644
--- a/Doc/library/dis.rst
+++ b/Doc/library/dis.rst
@@ -725,7 +725,7 @@ iterations of the loop.
of the stack and sets the ``f_lasti`` attribute of the frame with that value.
Then pops the next exception from the stack uses it to restore the current exception.
Finally it re-raises the originally popped exception.
- Used in excpetion handler cleanup.
+ Used in exception handler cleanup.
.. versionadded:: 3.11