Skip to content

Commit 385215f

Browse files
committed
Fix AttributeError text
1 parent 587e72d commit 385215f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_bitmap_font/bdf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ def _verify_bounding_box(self):
103103
self._boundingbox
104104
except AttributeError as error:
105105
raise Exception(
106-
"Source file does not have the FOUNTBONDINGBOX parameter"
106+
"Source file does not have the FOUNTBOUNDINGBOX parameter"
107107
) from error
108108

109109
def get_bounding_box(self):

0 commit comments

Comments
 (0)