Skip to content

Commit a932fa7

Browse files
authored
Merge pull request #54 from tekktrik/hotfix/fix-attribute-error
Fix AttributeError text
2 parents 587e72d + 385215f commit a932fa7

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)