From ec48dcb4ac80d947aeba18b72b1a12697b50abec Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Wed, 2 Jul 2025 17:09:15 -0400 Subject: cannot use the same keyword for RST links --- python/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'python/__init__.py') diff --git a/python/__init__.py b/python/__init__.py index 6ed898f4..2e6857f9 100644 --- a/python/__init__.py +++ b/python/__init__.py @@ -431,7 +431,7 @@ def connect_pycharm_debugger(port=5678): """ Connect to PyCharm (Professional Edition) for debugging. - .. note:: See the `user documentation `_ for step-by-step instructions on how to set up Python debugging. + .. note:: See the user documentation `pycharm note `_ for step-by-step instructions on how to set up Python debugging. :param port: Port number for connecting to the debugger. """ @@ -447,7 +447,7 @@ def connect_vscode_debugger(port=5678): Connect to Visual Studio Code for debugging. This function blocks until the debugger is connected! Not recommended for use in startup.py - .. note:: See the `user documentation `_ for step-by-step instructions on how to set up Python debugging. + .. note:: See the user documentation `vscode note `_ for step-by-step instructions on how to set up Python debugging. :param port: Port number for connecting to the debugger. """ -- cgit v1.3.1