diff options
-rw-r--r-- | lvc/execute.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lvc/execute.py b/lvc/execute.py index 63ada38..50a4845 100644 --- a/lvc/execute.py +++ b/lvc/execute.py @@ -41,7 +41,7 @@ class Popen(subprocess.Popen): def check_output(commandline, **kwargs): - """MVC version of subprocess.check_output. + """LVC version of subprocess.check_output. This performs the same default behavior as the Popen class. """ |