We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 587e72d + 385215f commit a932fa7Copy full SHA for a932fa7
adafruit_bitmap_font/bdf.py
@@ -103,7 +103,7 @@ def _verify_bounding_box(self):
103
self._boundingbox
104
except AttributeError as error:
105
raise Exception(
106
- "Source file does not have the FOUNTBONDINGBOX parameter"
+ "Source file does not have the FOUNTBOUNDINGBOX parameter"
107
) from error
108
109
def get_bounding_box(self):
0 commit comments