Skip to content

Commit 9d001cd

Browse files
tanoabeleyrarpkilby
authored andcommitted
Fix typo in testing.md (#6257)
1 parent 2c9c0f1 commit 9d001cd

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
@@ -119,7 +119,7 @@ Extends [Django's existing `Client` class][client].
119119

120120
## Making requests
121121

122-
The `APIClient` class supports the same request interface as Django's standard `Client` class. This means the that standard `.get()`, `.post()`, `.put()`, `.patch()`, `.delete()`, `.head()` and `.options()` methods are all available. For example:
122+
The `APIClient` class supports the same request interface as Django's standard `Client` class. This means that the standard `.get()`, `.post()`, `.put()`, `.patch()`, `.delete()`, `.head()` and `.options()` methods are all available. For example:
123123

124124
from rest_framework.test import APIClient
125125

0 commit comments

Comments
 (0)