From e7119ed1ca190822c20a67b3ad511c8103bed45f Mon Sep 17 00:00:00 2001 From: David Seus <david.seus@ians.uni-stuttgart.de> Date: Tue, 13 Oct 2020 09:37:11 +0200 Subject: [PATCH] correct python markup --- Usecases/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Usecases/README.md b/Usecases/README.md index 41eabba..3b45e08 100644 --- a/Usecases/README.md +++ b/Usecases/README.md @@ -36,7 +36,7 @@ To understand how usecases are set up, let's have a look at the file Each script is broken into certain parts, which we explain in what follows. ### PREREQUISITS -~~~python3 +~~~python # PREREQUISITS ############################################################### # check if output directory "./output" exists. This will be used in # the generation of the output string. -- GitLab