Skip to content

Commit 45acfe0

Browse files
arimbrtomchristie
authored andcommitted
Add missing comma (#5978)
1 parent 40d5985 commit 45acfe0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/topics/api-clients.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ The `TokenAuthentication` class can be used to support REST framework's built-in
253253
`TokenAuthentication`, as well as OAuth and JWT schemes.
254254

255255
auth = coreapi.auth.TokenAuthentication(
256-
scheme='JWT'
256+
scheme='JWT',
257257
token='<token>'
258258
)
259259
client = coreapi.Client(auth=auth)

0 commit comments

Comments
 (0)