Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c76b1ab

Browse files
authoredApr 28, 2025··
Update docs/api-guide/testing.md
1 parent fab9b80 commit c76b1ab

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
@@ -102,7 +102,7 @@ This means that setting attributes directly on the request object may not always
102102
request.user = user
103103
response = view(request)
104104

105-
In case you want to test the request having a REST famework's `Request` you have to transform it by-hand before:
105+
If you want to test a request involving the REST framework’s 'Request' object, you’ll need to manually transform it first:
106106

107107
class DummyView(APIView):
108108
...

0 commit comments

Comments
 (0)
Please sign in to comment.