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 6f7dde4 commit 6b9db6bCopy full SHA for 6b9db6b
Lib/asyncio/__main__.py
@@ -166,7 +166,7 @@ def interrupt(self) -> None:
166
"--retries",
167
type=int,
168
default=3,
169
- help="Number of retries on transient attach errors (default: 3)",
+ help="Number of retries on transient attach errors",
170
)
171
pstree = subparsers.add_parser(
172
"pstree", help="Display a tree of all pending tasks in a process"
@@ -176,7 +176,7 @@ def interrupt(self) -> None:
176
177
178
179
180
181
args = parser.parse_args()
182
match args.command:
0 commit comments