Skip to content

Commit 9c35918

Browse files
author
aRkadeFR
committed
update for that the instead of that
1 parent c0916c2 commit 9c35918

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 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)