Skip to content

Commit 36d5c7e

Browse files
blueyedcarltongibson
authored andcommitted
minor: fix grammar (#1296)
1 parent 70a8888 commit 36d5c7e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/topics/authentication.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,8 @@ query string and uses that::
8686
close_old_connections()
8787

8888
# Look up user from query string (you should also do things like
89-
# check it's a valid user ID, or if scope["user"] is already populated)
89+
# checking if it is a valid user ID, or if scope["user"] is already
90+
# populated).
9091
user = User.objects.get(id=int(scope["query_string"]))
9192

9293
# Return the inner application directly and let it run everything else

0 commit comments

Comments
 (0)