File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -109,14 +109,14 @@ numbers.
109109
110110:func:`profile_ready <cute_profile.profile_ready>` has a bunch of other options. In brief:
111111
112- - The :arg :`condition` argument is something like a "breakpoint condition" in
112+ - The :argument :`condition` argument is something like a "breakpoint condition" in
113113 an IDE: It can be a function, usually a lambda, that takes the decorated
114114 function and any arguments and returns whether or not to profile it this time.
115115
116- - :arg :`off_after` means whether you want the function to stop being profiled
116+ - :argument :`off_after` means whether you want the function to stop being profiled
117117 after being profiled one time. Default is :data:`True`.
118118
119- - :arg :`sort` is an integer saying by which column the final results table
119+ - :argument :`sort` is an integer saying by which column the final results table
120120 should be sorted.
121121
122122
You can’t perform that action at this time.
0 commit comments