Skip to content

Commit

Permalink
Fix typo in testing.md (encode#6257)
Browse files Browse the repository at this point in the history
  • Loading branch information
tanoabeleyra authored and rpkilby committed Oct 18, 2018
1 parent 2c9c0f1 commit 9d001cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api-guide/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ Extends [Django's existing `Client` class][client].

## Making requests

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

from rest_framework.test import APIClient

Expand Down

0 comments on commit 9d001cd

Please sign in to comment.