From 7a1417b7c3fb4597010788b0db6e6985211e6716 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Tue, 2 Jun 2020 17:46:12 -0500 Subject: Fix rebrand --- lvc/execute.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. """ -- cgit v1.2.3