Skip to content

Commit

Permalink
Fix a typo in a docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
brettcannon committed Nov 8, 2018
1 parent 68cfb2c commit 0603788
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pythonFiles/experimental/testlauncher.py
Expand Up @@ -39,7 +39,7 @@ def exclude_current_file_from_debugger():
def run(cwd, testRunner, args):
"""Runs the test
cwd -- the current directory to be set
testRuner -- test runner to be used `pytest` or `nose`
testRunner -- test runner to be used `pytest` or `nose`
args -- arguments passed into the test runner
"""

Expand Down

0 comments on commit 0603788

Please sign in to comment.