Skip to content

Commit

Permalink
icalendar: fix arg name (#13407)
Browse files Browse the repository at this point in the history
Fixes #13406
  • Loading branch information
hauntsaninja authored Jan 19, 2025
1 parent a9aaf49 commit c2e4ef3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stubs/icalendar/icalendar/timezone/tzp.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class TZP:
def fix_rrule_until(self, rrule: rrule, ical_rrule: vRecur) -> None: ...
def create_timezone(self, timezone_component: Timezone) -> datetime.tzinfo: ...
def clean_timezone_id(self, tzid: str) -> str: ...
def timezone(self, id: str) -> datetime.tzinfo | None: ...
def timezone(self, tz_id: str) -> datetime.tzinfo | None: ...
def uses_pytz(self) -> bool: ...
def uses_zoneinfo(self) -> bool: ...
@property
Expand Down

0 comments on commit c2e4ef3

Please sign in to comment.