Skip to content

Commit 1134431

Browse files
Fix quotations for consistency
1 parent 3d9d2fb commit 1134431

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Lib/profiling/sampling/cli.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,8 +197,8 @@ def _add_sampling_options(parser):
197197
choices=["running", "all"],
198198
default=None,
199199
metavar="MODE",
200-
help="Enable async-aware profiling: 'running' (only running task) "
201-
"or 'all' (all tasks including waiting)",
200+
help='Enable async-aware profiling: "running" (only running task) '
201+
'or "all" (all tasks including waiting)',
202202
)
203203

204204

0 commit comments

Comments
 (0)