chore: sample code language

This commit is contained in:
Mahdi Dibaiee 2018-01-14 15:09:06 +03:30
parent bf570c6ad5
commit b9ab689ebb

View File

@ -6,7 +6,7 @@ Parse human-readable dates in Python.
Usage Usage
----- -----
``` ```python
from humandate import parse_date from humandate import parse_date
print(parse_date('next month')) print(parse_date('next month'))