Skip to content

Commit

Permalink
fix: typo (#220)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rotzbua authored Apr 16, 2024
1 parent 633bf53 commit c8574a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extruct/xmldom.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def nodeType(self):

@property
def nodeName(self):
# FIXME: this is a simpification
# FIXME: this is a simplification
return self.tag # type: ignore[attr-defined]

@property
Expand Down

0 comments on commit c8574a7

Please sign in to comment.