New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
trivial typo in a comment in the source code: "If a callaback raises an exception" #96292
Labels
docs
Documentation in the Doc dir
Comments
ansabgillani
added a commit
to ansabgillani/cpython
that referenced
this issue
Aug 27, 2022
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Aug 27, 2022
…e.c (pythonGH-96327) (cherry picked from commit 0ace820) Co-authored-by: Ansab Gillani <56605828+ansabgillani@users.noreply.github.com>
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Aug 27, 2022
…e.c (pythonGH-96327) (cherry picked from commit 0ace820) Co-authored-by: Ansab Gillani <56605828+ansabgillani@users.noreply.github.com>
miss-islington
added a commit
that referenced
this issue
Aug 27, 2022
miss-islington
added a commit
that referenced
this issue
Aug 27, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
williamstein commentedAug 25, 2022
There is a trivial typo in a comment here:
cpython/Modules/atexitmodule.c
Line 188 in 804f252
It says "If a callaback raises an exception" but should say "If a callback raises an exception".
The text was updated successfully, but these errors were encountered: