Parcourir la source

[2713] Update docstring

Jelte Jansen il y a 12 ans
Parent
commit
4162a63acb
1 fichiers modifiés avec 0 ajouts et 2 suppressions
  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)