Skip to content

Commit df97384

Browse files
committed
resolved GitHub comment #12 (comment)
1 parent d0bec56 commit df97384

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def run_in_subprocess(
1919
2020
Returns a CompletedProcess object capturing return code as well as stdout and stderr.
2121
22-
When running under debugpy and the the CLI entry point shall be executed,
22+
When running under debugpy and the CLI entry point shall be executed,
2323
then indirect the call to the Python executable, and let Python run the CLI script
2424
as a module. This allows the debugger to follow into the subprocess.
2525
"""

0 commit comments

Comments
 (0)