diff --git a/ckan/lib/formatters.py b/ckan/lib/formatters.py index c1db2d2e988..fdebde365e7 100644 --- a/ckan/lib/formatters.py +++ b/ckan/lib/formatters.py @@ -79,7 +79,7 @@ def localised_nice_date(datetime_, show_date=False, with_hours=False, :param datetime_: The date to format :type datetime_: datetime - :param show_date: Show date not '2 days ago' etc + :param show_date: Show 'April 24, 2013' instead of '2 days ago' :type show_date: bool :param with_hours: should the `hours:mins` be shown for dates :type with_hours: bool