diff options
| author | Ramiro Morales <cramm0@gmail.com> | 2011-04-22 14:08:31 +0000 |
|---|---|---|
| committer | Ramiro Morales <cramm0@gmail.com> | 2011-04-22 14:08:31 +0000 |
| commit | 13cfdb0d8b31997efbb0f413c69da304a5c73044 (patch) | |
| tree | 2294b2b9d0fc5d53ae83bfe12e69f1c0c79f4427 /docs/ref | |
| parent | abc1e92d852940a24c4343a7969bd381bb432fe0 (diff) | |
Fixed a couple of small documentation typos.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16086 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/contrib/humanize.txt | 2 | ||||
| -rw-r--r-- | docs/ref/request-response.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/ref/contrib/humanize.txt b/docs/ref/contrib/humanize.txt index f7afb9c5e8..23b48dd5d3 100644 --- a/docs/ref/contrib/humanize.txt +++ b/docs/ref/contrib/humanize.txt @@ -101,7 +101,7 @@ Examples (when 'now' is 17 Feb 2007 16:30:00): * ``17 Feb 2007 16:29:31`` becomes ``29 seconds ago``. * ``17 Feb 2007 16:29:00`` becomes ``a minute ago``. * ``17 Feb 2007 16:25:35`` becomes ``4 minutes ago``. - * ``17 Feb 2007 15:30:29`` becomes ``an hours ago``. + * ``17 Feb 2007 15:30:29`` becomes ``an hour ago``. * ``17 Feb 2007 13:31:29`` becomes ``2 hours ago``. * ``16 Feb 2007 13:31:29`` becomes ``yesterday``. * Any other day is formatted according to given argument or the diff --git a/docs/ref/request-response.txt b/docs/ref/request-response.txt index eb34f1e147..6281120d15 100644 --- a/docs/ref/request-response.txt +++ b/docs/ref/request-response.txt @@ -497,7 +497,7 @@ hard-coded strings. If you use this technique, follow these guidelines: * The iterator should return strings. * If an :class:`HttpResponse` has been initialized with an iterator as its - content, you can't use the class:`HttpResponse` instance as a file-like + content, you can't use the :class:`HttpResponse` instance as a file-like object. Doing so will raise ``Exception``. Setting headers |
