aboutsummaryrefslogtreecommitdiffstats
path: root/lvc/execute.py
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2020-06-02 17:46:12 -0500
committerJesús <heckyel@hyperbola.info>2020-06-02 17:46:12 -0500
commit7a1417b7c3fb4597010788b0db6e6985211e6716 (patch)
tree771187c136c285788f0ffe2b9735b369da7df8ac /lvc/execute.py
parentff4bb5f5678ac82600a9341aa8128f05c5e6173a (diff)
downloadlibrevideoconverter-7a1417b7c3fb4597010788b0db6e6985211e6716.tar.lz
librevideoconverter-7a1417b7c3fb4597010788b0db6e6985211e6716.tar.xz
librevideoconverter-7a1417b7c3fb4597010788b0db6e6985211e6716.zip
Fix rebrand
Diffstat (limited to 'lvc/execute.py')
-rw-r--r--lvc/execute.py2
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.
"""