Browse Source

Tweaked weird wording of docs/ref/contrib/humanize.txt 'naturaltime' section from [16071]

git-svn-id: http://code.djangoproject.com/svn/django/trunk@16226 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Adrian Holovaty 14 years ago
parent
commit
c2ba96d8a9
1 changed files with 3 additions and 3 deletions
  1. 3 3
      docs/ref/contrib/humanize.txt

+ 3 - 3
docs/ref/contrib/humanize.txt

@@ -102,9 +102,9 @@ naturaltime
 
 .. versionadded:: 1.4
 
-For date and time values shows how many seconds, minutes or hours ago compared
-to current timestamp returns representing string. Otherwise, it behaves like
-:tfilter:`naturaldate`, so it can also take string argument for date formating.
+For datetime values, returns a string representing how many seconds,
+minutes or hours ago it was -- falling back to a longer date format if the
+value is more than a day old.
 
 **Argument:** Date formatting string as described in the :tfilter:`date` tag.