8000 docs: fix simple typo, ommited -> omitted (#553) · githubib/twilio-python@2b743fa · GitHub
[go: up one dir, main page]

Skip to content

Commit 2b743fa

Browse files
docs: fix simple typo, ommited -> omitted (twilio#553)
Co-authored-by: Elmer Thomas <ethomas@twilio.com>
1 parent fbde861 commit 2b743fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

twilio/jwt/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def __init__(self, secret_key, issuer, subject=None, algorithm='HS256', nbf=GENE
3535
self.issuer = issuer
3636
""":type str: The issuer of this JWT"""
3737
self.subject = subject
38-
""":type str: The subject of this JWT, ommited from payload by default"""
38+
""":type str: The subject of this JWT, omitted from payload by default"""
3939
self.algorithm = algorithm
4040
""":type str: The algorithm used to encode the JWT, defaults to 'HS256'"""
4141
self.nbf = nbf

0 commit comments

Comments
 (0)
0