diff --git a/Misc/NEWS.d/next/Library/2024-10-31-14-06-28.gh-issue-126220.uJAJCU.rst b/Misc/NEWS.d/next/Library/2024-10-31-14-06-28.gh-issue-126220.uJAJCU.rst index 7c17c97eb4b001..555f2f3bafbf33 100644 --- a/Misc/NEWS.d/next/Library/2024-10-31-14-06-28.gh-issue-126220.uJAJCU.rst +++ b/Misc/NEWS.d/next/Library/2024-10-31-14-06-28.gh-issue-126220.uJAJCU.rst @@ -1,2 +1,2 @@ -Fix crash in :class:`cProfile.Profile` and :class:`!_lsprof.Profiler` when their +Fix crash in :class:`!cProfile.Profile` and :class:`!_lsprof.Profiler` when their callbacks were directly called with 0 arguments.