diff options
| author | Baptiste Mispelon <bmispelon@gmail.com> | 2014-03-02 17:05:57 +0100 |
|---|---|---|
| committer | Baptiste Mispelon <bmispelon@gmail.com> | 2014-03-02 17:05:57 +0100 |
| commit | ea4da8e63c314b4f7cbcb4dd06eef466c1e872ed (patch) | |
| tree | 4ef3fb5ff00f1c7c80a6a44cf967b5c4bd2ca031 /docs/intro/tutorial05.txt | |
| parent | a08f906556c14357852bbc9c4c7d10c6558dafcf (diff) | |
Fixed some typos in the documentation.
Thanks to Rodolfo Carvalho and Piotr Kasprzyk
for the patch.
Diffstat (limited to 'docs/intro/tutorial05.txt')
| -rw-r--r-- | docs/intro/tutorial05.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/intro/tutorial05.txt b/docs/intro/tutorial05.txt index 90acfe62d3..a51eb3c484 100644 --- a/docs/intro/tutorial05.txt +++ b/docs/intro/tutorial05.txt @@ -362,7 +362,7 @@ With that ready, we can ask the client to do some work for us:: >>> response.status_code 404 >>> # on the other hand we should expect to find something at '/polls/' - >>> # we'll use 'reverse()' rather than a harcoded URL + >>> # we'll use 'reverse()' rather than a hardcoded URL >>> from django.core.urlresolvers import reverse >>> response = client.get(reverse('polls:index')) >>> response.status_code |
