Skip to content

Commit f16f8a5

Browse files
committed
Fix NEWS entry Sphinx references
1 parent 7d7daa5 commit f16f8a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
The :mod:`_remote_debugging` module now implements frame caching in the
2-
:class:`RemoteUnwinder` class to reduce memory reads when profiling remote
1+
The ``_remote_debugging`` module now implements frame caching in the
2+
``RemoteUnwinder`` class to reduce memory reads when profiling remote
33
processes. When ``cache_frames=True``, unchanged portions of the call stack
44
are reused from previous samples, significantly improving profiling
55
performance for deep call stacks.

0 commit comments

Comments
 (0)