aboutsummaryrefslogtreecommitdiff
path: root/challenge-075/walt-mankowski/python
diff options
context:
space:
mode:
Diffstat (limited to 'challenge-075/walt-mankowski/python')
-rw-r--r--challenge-075/walt-mankowski/python/ch-2.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/challenge-075/walt-mankowski/python/ch-2.py b/challenge-075/walt-mankowski/python/ch-2.py
index fb8d13b9c3..af82ba5642 100644
--- a/challenge-075/walt-mankowski/python/ch-2.py
+++ b/challenge-075/walt-mankowski/python/ch-2.py
@@ -45,5 +45,5 @@ for height in range(1, rows+1):
best_height = height
best_width = width
-print(f'The best rectangle is {best_height} x {best_width} for an aea of {best_area}.')
+print(f'The best rectangle is {best_height} x {best_width} for an area of {best_area}')