Browse Source

[2713] Update docstring

Jelte Jansen 12 years ago
parent
commit
4162a63acb
1 changed files with 0 additions and 2 deletions
  1. 0 2
      src/bin/usermgr/tests/b10-cmdctl-usermgr_test.py

+ 0 - 2
src/bin/usermgr/tests/b10-cmdctl-usermgr_test.py

@@ -74,8 +74,6 @@ def run(command):
     Parameters:
     command: an array of command and argument strings, which will be
              passed to subprocess.Popen()
-    input: if not None, a string that is written to the process stdin
-           stream
     """
     subp = subprocess.Popen(command, stdout=subprocess.PIPE,
                             stderr=subprocess.PIPE)