Skip to content

Commit c76b1ab

Browse files
authored
Update docs/api-guide/testing.md
1 parent fab9b80 commit c76b1ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)