Skip to content

Commit 7881c2a

Browse files
rougethJon Wayne Parrott
authored andcommitted
Fix typo on exemple of jwt usage (#245)
1 parent 67ac996 commit 7881c2a

File tree

1 file changed

+1
-1
lines changed
  • packages/google-auth/google/auth

1 file changed

+1
-1
lines changed

packages/google-auth/google/auth/jwt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
2222
To encode a JWT use :func:`encode`::
2323
24-
from google.auth import crypto
24+
from google.auth import crypt
2525
from google.auth import jwt
2626
2727
signer = crypt.Signer(private_key)

0 commit comments

Comments
 (0)