Skip to content

Commit

Permalink
Added missing comma sign to README.md (#254)
Browse files Browse the repository at this point in the history
Sorry about the nitpick PR. I just noticed there was a missing comma and thought I'd add it.
  • Loading branch information
lundstrj authored Jun 10, 2024
1 parent ea232be commit 5551666
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ COGNITO_JWKS={"keys": [{"alg": "RS256","e": "AQAB","kid": "123456789ABCDEFGHIJKL
from pycognito import Cognito

u = Cognito('your-user-pool-id','your-client-id',
client_secret='optional-client-secret'
client_secret='optional-client-secret',
username='optional-username',
id_token='optional-id-token',
refresh_token='optional-refresh-token',
Expand Down

0 comments on commit 5551666

Please sign in to comment.