Skip to content

Commit

Permalink
Fix mis-formatted docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
rlskoeser committed Nov 27, 2024
1 parent 5cc19fd commit 5660fa2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/undate/converters/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
- For converters with sufficient complexity, you may want to create a submodule;
see ``undate.converters.calendars.hijri`` for an example.
- Extend ``BaseCalendarConverter`` and implement ``parse`` and ``to_string``
formatter methods as desired/appropriate for your converter as well as the
additional methods for ``max_month``, ``max_day``, and convertion ``to_gregorian``
calendar.
formatter methods as desired/appropriate for your converter as well as the
additional methods for ``max_month``, ``max_day``, and convertion ``to_gregorian``
calendar.
- Add unit tests for the new calendar logic under ``tests/test_converters/calendars/``
- Add the new calendar to the ``Calendar`` enum of supported calendars in
``undate/undate.py`` and confirm that the `get_converter` method loads your
Expand Down

0 comments on commit 5660fa2

Please sign in to comment.