Skip to content

Commit 700af5d

Browse files
committed
Merge pull request #2584 from aRkadeFR/DocFixingTypo
Documentation test fix double word
2 parents f09d28e + 9c35918 commit 700af5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api-guide/testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Extends [Django's existing `RequestFactory` class][requestfactory].
1414

1515
## Creating test requests
1616

17-
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.
17+
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.
1818

1919
from rest_framework.test import APIRequestFactory
2020

0 commit comments

Comments
 (0)