Skip to content

Commit 271df56

Browse files
pablogsalhugovk
andauthored
Update Lib/profiling/sampling/cli.py
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
1 parent 6e4c0d9 commit 271df56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/profiling/sampling/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ def _add_sampling_options(parser):
160160
type=int,
161161
default=100,
162162
metavar="MICROSECONDS",
163-
help="Sampling interval",
163+
help="sampling interval",
164164
)
165165
sampling_group.add_argument(
166166
"-d",

0 commit comments

Comments
 (0)