From 8b6865e72e107b05fd16fe2751863513dc31bef7 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Sun, 17 Dec 2023 00:18:47 +0900 Subject: [PATCH] Update map.py probelematic -> problematic --- handlers/map.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handlers/map.py b/handlers/map.py index 247b788..a9989ff 100644 --- a/handlers/map.py +++ b/handlers/map.py @@ -28,7 +28,7 @@ class Plot(PrettyPlot): self.xmax, self.ymax, ) = self.aoi_bounds - # take from aoi geometry bounds, otherwise probelematic if unequal geometry distribution over plot. + # take from aoi geometry bounds, otherwise problematic if unequal geometry distribution over plot. self.xmid = (self.xmin + self.xmax) / 2 self.ymid = (self.ymin + self.ymax) / 2 self.xdif = self.xmax - self.xmin