From b9ab689ebb2ab77df81ab3f51c6c11312b789cdf Mon Sep 17 00:00:00 2001 From: Mahdi Dibaiee Date: Sun, 14 Jan 2018 15:09:06 +0330 Subject: [PATCH] chore: sample code language --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 96b1715..e953845 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Parse human-readable dates in Python. Usage ----- -``` +```python from humandate import parse_date print(parse_date('next month'))