Skip to content

Commit 6c20c90

Browse files
Update Lib/asyncio/tools.py
Co-authored-by: Stan Ulbrych <stan@python.org>
1 parent 81a8e55 commit 6c20c90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/asyncio/tools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ def exit_with_permission_help_text():
231231
print(
232232
"Error: The specified process cannot be attached to due to insufficient permissions.\n"
233233
"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",
234+
"https://docs.python.org/3/howto/remote_debugging.html#permission-requirements\n",
235235
file=sys.stderr,
236236
)
237237
sys.exit(1)

0 commit comments

Comments
 (0)