Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
FBruzzesi committed May 10, 2024
1 parent fe6cbe6 commit 98830a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions iso_week_date/mixin.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def _compact_format(cls: type[IsoWeekProtocol]) -> str: # noqa: N805


class ParserMixin(IsoWeekProtocol):
"""Mixin that handles convertion from types.
"""Mixin that handles conversion from types.
`ParserMixin` implements `from_*` (class) methods to parse from:
Expand Down Expand Up @@ -172,7 +172,7 @@ def _cast(cls: type[Self], value: IsoWeek_T_contra) -> Self:


class ConverterMixin(IsoWeekProtocol):
"""Mixin that handles convertion to types.
"""Mixin that handles conversion to types.
`ConverterMixin` implements `to_*` methods to convert to the following types:
Expand Down

0 comments on commit 98830a3

Please sign in to comment.