Skip to content

Commit 626529a

Browse files
committed
-
1 parent a570433 commit 626529a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/topics/cute-profile.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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 :argument:`condition` argument is something like a "breakpoint condition" in
112+
- The ``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-
- :argument:`off_after` means whether you want the function to stop being profiled
116+
- ``off_after`` means whether you want the function to stop being profiled
117117
after being profiled one time. Default is :data:`True`.
118118

119-
- :argument:`sort` is an integer saying by which column the final results table
119+
- ``sort`` is an integer saying by which column the final results table
120120
should be sorted.
121121

122122

0 commit comments

Comments
 (0)