Skip to content

Commit e47269f

Browse files
Update Misc/NEWS.d/next/Core and Builtins/2023-05-12-13-30-04.gh-issue-102818.rnv1mH.rst
Co-authored-by: Irit Katriel <[email protected]>
1 parent 5605d73 commit e47269f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Do not add a frame to the traceback in the ``sys.setprofile`` and
22
``sys.settrace`` trampoline functions. This ensures that frames are not
33
duplicated if an exception is raised in the callback function, and ensures
4-
that frames are no omitted if a C callback is used and that does not add the
4+
that frames are not omitted if a C callback is used and that does not add the
55
frame.

0 commit comments

Comments
 (0)