Skip to content

Commit 0603788

Browse files
authored
Fix a typo in a docstring
1 parent 68cfb2c commit 0603788

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pythonFiles/experimental/testlauncher.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def exclude_current_file_from_debugger():
3939
def run(cwd, testRunner, args):
4040
"""Runs the test
4141
cwd -- the current directory to be set
42-
testRuner -- test runner to be used `pytest` or `nose`
42+
testRunner -- test runner to be used `pytest` or `nose`
4343
args -- arguments passed into the test runner
4444
"""
4545

0 commit comments

Comments
 (0)