From c3ed6bc1de2a6410b8e9cee630706f30654722e0 Mon Sep 17 00:00:00 2001 From: Tim Keil Date: Fri, 17 Jul 2020 12:09:06 +0200 Subject: [PATCH] try to fix wrong indention in docstring --- src/pymordemos/elliptic2.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/pymordemos/elliptic2.py b/src/pymordemos/elliptic2.py index 65db5de678..a1dbf8b85e 100755 --- a/src/pymordemos/elliptic2.py +++ b/src/pymordemos/elliptic2.py @@ -9,10 +9,10 @@ elliptic2.py [--fv] PROBLEM-NUMBER N PRODUCT-COUNT Arguments: - PROBLEM-NUMBER {0,1}, selects the problem to solve - N Triangle count per direction - PRODUCT-COUNT 0: equip the model with standard products - 1: add an energy product for a fixed parameter + PROBLEM-NUMBER {0,1}, selects the problem to solve + N Triangle count per direction + PRODUCT-COUNT 0: equip the model with standard products + 1: add an energy product for a fixed parameter Options: -h, --help Show this message.