diff options
| author | José Padilla | 2015-02-27 12:53:10 -0400 | 
|---|---|---|
| committer | José Padilla | 2015-02-27 12:53:10 -0400 | 
| commit | 700af5dab295455c290e8927bebc9e71d920cee3 (patch) | |
| tree | fbe5ca792f17aaed04f394e6669a123a50012f28 /docs | |
| parent | f09d28e6d624003f4d24ce52dfbd170743b7b8f1 (diff) | |
| parent | 9c359181d7e897e796bd38f0b16e6ddd5ae70d86 (diff) | |
| download | django-rest-framework-700af5dab295455c290e8927bebc9e71d920cee3.tar.bz2 | |
Merge pull request #2584 from aRkadeFR/DocFixingTypo
Documentation test fix double word
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/api-guide/testing.md | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/docs/api-guide/testing.md b/docs/api-guide/testing.md index 9dc3f2bf..8a848c20 100644 --- a/docs/api-guide/testing.md +++ b/docs/api-guide/testing.md @@ -14,7 +14,7 @@ Extends [Django's existing `RequestFactory` class][requestfactory].  ## Creating test requests -The `APIRequestFactory` class supports an almost identical API to Django's standard `RequestFactory` class.  This means the that standard `.get()`, `.post()`, `.put()`, `.patch()`, `.delete()`, `.head()` and `.options()` methods are all available. +The `APIRequestFactory` class supports an almost identical API to Django's standard `RequestFactory` class.  This means that the standard `.get()`, `.post()`, `.put()`, `.patch()`, `.delete()`, `.head()` and `.options()` methods are all available.      from rest_framework.test import APIRequestFactory | 
