Skip to content

Commit 60e928f

Browse files
committed
Fixed return block for _LineProfilerManager.__call__
1 parent 6b37307 commit 60e928f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

line_profiler/_line_profiler.pyx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -559,8 +559,8 @@ sys.monitoring.html#monitoring-event-RERAISE
559559
function |trace_trampoline|_ with |legacy_trace_callback|_ to
560560
reduce overhead.
561561
562-
Returns;
563-
manager (_LineProfilerManager):
562+
Returns:
563+
self (_LineProfilerManager):
564564
This instance.
565565
566566
.. |legacy_trace_callback| replace:: \

0 commit comments

Comments
 (0)