Skip to content

Commit 334c512

Browse files
committed
Fix outdated docstring
1 parent 6e2d069 commit 334c512

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def truncate(self, pos):
4747

4848
def run(command_line, manager_run):
4949
'''
50-
Returns tuple of standard output and exit code
50+
Runs a manager command line, returns exit code
5151
'''
5252
sys.argv = command_line.split()
5353
exit_code = None

0 commit comments

Comments
 (0)