summaryrefslogtreecommitdiff
path: root/master_thesis/frensch_procedures.py
diff options
context:
space:
mode:
authorNiclas Dobbertin <niclas.dobbertin@mailbox.org>2023-09-21 09:03:12 +0200
committerNiclas Dobbertin <niclas.dobbertin@mailbox.org>2023-09-21 09:03:12 +0200
commita9f5dc8d3f272c890042eee9c5d266d5cecb91a8 (patch)
tree333e287923575cec92699bc1ccfc1eb95e6fbb61 /master_thesis/frensch_procedures.py
parent4ab556c3629e67cfe6fbee306a08961242c463b6 (diff)
improve descriptions
Diffstat (limited to 'master_thesis/frensch_procedures.py')
-rw-r--r--master_thesis/frensch_procedures.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/master_thesis/frensch_procedures.py b/master_thesis/frensch_procedures.py
index c834bfd..3c64471 100644
--- a/master_thesis/frensch_procedures.py
+++ b/master_thesis/frensch_procedures.py
@@ -89,13 +89,13 @@ class WaterSample:
return max(self.lime[2], (self.toxin[2] - self.toxin[1]))
def index5_str(self):
- return "Der Höhere von (Gifte_3 - Gifte_2), (Sandstein_3)"
+ return "Das Höhere von (Gifte_3 - Gifte_2), (Sandstein_3)"
def index6(self):
return min(self.algae, (self.lime[0] + self.toxin[0]))
def index6_str(self):
- return "Der Kleinere von (Sandstein_1 + Gifte_1), (Algen)"
+ return "Das Kleinere von (Sandstein_1 + Gifte_1), (Algen)"
def overall(self):
return 100 - max(