From f2af00d865dd8e007a753a132b9548ab73192860 Mon Sep 17 00:00:00 2001 From: Michael Georg Hansen Date: Sun, 25 Oct 2020 21:41:00 +0100 Subject: [PATCH] Fix grammar. --- pythontexwrapper.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pythontexwrapper.sh b/pythontexwrapper.sh index b31e52a..e36ac5b 100755 --- a/pythontexwrapper.sh +++ b/pythontexwrapper.sh @@ -11,7 +11,7 @@ pythontexcommand="pythontex3" if [ "$1" = "--help" ] || [ "$1" = "-h" ] ; then echo "pythontex-wrapper V0.1, licensed CC0-1.0" - echo "Wrapper around ${latexcommand} for to use ${pythontexcommand} in lyx." + echo "Wrapper around ${latexcommand} for use ${pythontexcommand} in lyx." echo "See source code for details." exit 0