diff options
Diffstat (limited to '')
-rw-r--r-- | resumejson_converter/filters.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resumejson_converter/filters.py b/resumejson_converter/filters.py index fcc4dfa..1ed37b6 100644 --- a/resumejson_converter/filters.py +++ b/resumejson_converter/filters.py @@ -10,7 +10,7 @@ def dateedit(startDate, endDate): If only the start date is specified: 2019 - Auj. - >>> dateedit("2019-01-01") + >>> dateedit("2019-01-01", "") "2019 - Auj." Else if the year of the start date and the year of the end data are the |