We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d9d2fb commit 1134431Copy full SHA for 1134431
1 file changed
Lib/profiling/sampling/cli.py
@@ -197,8 +197,8 @@ def _add_sampling_options(parser):
197
choices=["running", "all"],
198
default=None,
199
metavar="MODE",
200
- help="Enable async-aware profiling: 'running' (only running task) "
201
- "or 'all' (all tasks including waiting)",
+ help='Enable async-aware profiling: "running" (only running task) '
+ 'or "all" (all tasks including waiting)',
202
)
203
204
0 commit comments