Skip to content

Commit 5db1b88

Browse files
authored
Merge pull request #387 from daltonmaag/width-class-typo
Fix typo in width class label
2 parents e987d37 + ecde08c commit 5db1b88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ufoLib2/objects/info/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ class NameRecord(AttrDictMixin):
9393

9494
class WidthClass(IntEnum):
9595
ULTRA_CONDENSED = 1
96-
EXTRA_CONDESED = 2
96+
EXTRA_CONDENSED = 2
9797
CONDENSED = 3
9898
SEMI_CONDENSED = 4
9999
NORMAL = 5 # alias for WidthClass.MEDIUM

0 commit comments

Comments
 (0)