Skip to content

Commit c718db7

Browse files
committed
Last minor cleanup
1 parent 3efce6d commit c718db7

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

DEVELOPER_NOTES.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,8 @@ HTML documentation will be generated in `docs/_build/html`
9696
The Gregorian Lark parser includes a script-generated file, which
9797
populates month names based on a list of language codes using the Babel
9898
library. To regenerate, run the script with hatch (which should
99-
be installed globally)::
99+
be installed globally):
100+
100101
```sh
101102
hatch run codegen:generate
102103
```

src/undate/converters/combined.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
2-
**Experimental** combined parser. Supports EDTF, Hebrew, and Hijri
3-
where dates are unambiguous. (Year-only dates are parsed as EDTF in
4-
Gregorian calendar.)
2+
**Experimental** combined parser. Supports EDTF, Gregorian, Hebrew, and Hijri
3+
where dates are unambiguous. Year-only dates are parsed as EDTF in
4+
Gregorian calendar.
55
"""
66

77
from typing import Union

0 commit comments

Comments
 (0)