Skip to content

Commit 1de5cd0

Browse files
Update README.rst
1 parent 9b26810 commit 1de5cd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ profiled, the second column (*Mem usage*) the memory usage of the
9696
Python interpreter after that line has been executed. The third column
9797
(*Increment*) represents the difference in memory of the current line
9898
with respect to the last one. The fourth column (*Occurrences*) shows
99-
the number of times that profiler has hit each line. The last column
99+
the number of times that profiler has executed each line. The last column
100100
(*Line Contents*) prints the code that has been profiled.
101101

102102
Decorator

0 commit comments

Comments
 (0)