We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0bec56 commit df97384Copy full SHA for df97384
1 file changed
tests/test_cli.py
@@ -19,7 +19,7 @@ def run_in_subprocess(
19
20
Returns a CompletedProcess object capturing return code as well as stdout and stderr.
21
22
- When running under debugpy and the the CLI entry point shall be executed,
+ When running under debugpy and the CLI entry point shall be executed,
23
then indirect the call to the Python executable, and let Python run the CLI script
24
as a module. This allows the debugger to follow into the subprocess.
25
"""
0 commit comments