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 81a8e55 commit 6c20c90Copy full SHA for 6c20c90
Lib/asyncio/tools.py
@@ -231,7 +231,7 @@ def exit_with_permission_help_text():
231
print(
232
"Error: The specified process cannot be attached to due to insufficient permissions.\n"
233
"See the Python documentation for details on required privileges and troubleshooting:\n"
234
- "https://docs.python.org/3.14/howto/remote_debugging.html#permission-requirements\n",
+ "https://docs.python.org/3/howto/remote_debugging.html#permission-requirements\n",
235
file=sys.stderr,
236
)
237
sys.exit(1)
0 commit comments