Skip to content

Commit

Permalink
Update src/icalendar/cal.py
Browse files Browse the repository at this point in the history
Co-authored-by: Steve Piercy <web@stevepiercy.com>
  • Loading branch information
niccokunzmann and stevepiercy authored Nov 14, 2024
1 parent b9228e9 commit c92b272
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/icalendar/cal.py
Original file line number Diff line number Diff line change
Expand Up @@ -568,7 +568,7 @@ def __eq__(self, other):
""")

def is_thunderbird(self) -> bool:
"""Whether this component has attributes that indicate that Mozilla Thunderbird createsd it."""
"""Whether this component has attributes that indicate that Mozilla Thunderbird created it."""
return any(attr.startswith("X-MOZ-") for attr in self.keys())


Expand Down

0 comments on commit c92b272

Please sign in to comment.