diff options
Diffstat (limited to 'docs/testing.txt')
| -rw-r--r-- | docs/testing.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/testing.txt b/docs/testing.txt index f189aa4578..e27479cc34 100644 --- a/docs/testing.txt +++ b/docs/testing.txt @@ -473,7 +473,7 @@ Once you have a ``Client`` instance, you can call any of the following methods: data. For example:: >>> c = Client() - >>> c.get('/login/', {'name': 'fred', 'passwd': 'secret'}) + >>> c.post('/login/', {'name': 'fred', 'passwd': 'secret'}) ...will result in the evaluation of a POST request to this URL:: |
