Skip to content

Commit 8d3c3a9

Browse files
committed
docs: update docstring
1 parent e3e09be commit 8d3c3a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scubatrace/function.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ def slice_by_lines(
346346
Slices the function to retrieve relevant statements based on the specified lines.
347347
348348
Args:
349-
lines (list[int]): Slice criteria lines.
349+
lines (list[int]): Slice criteria lines. Note that only support the lines in the function body currently.
350350
control_depth (int): Slice depth for control flow dependencies.
351351
data_dependent_depth (int): Slice depth for data dependencies.
352352
control_dependent_depth (int): Slice depth for control-dependent statements.

0 commit comments

Comments
 (0)