Skip to content

Commit e31416a

Browse files
authored
Merge pull request #143 from bgrant/patch-1
Fix a typo in a comment
2 parents deea760 + 8a3fa35 commit e31416a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jose/jwt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
try:
66
from collections.abc import Mapping # Python3
77
except ImportError:
8-
from collections import Mapping # Python2, will be depecrated in Python 3.8
8+
from collections import Mapping # Python2, will be deprecated in Python 3.8
99
from datetime import datetime
1010
from datetime import timedelta
1111
from six import string_types

0 commit comments

Comments
 (0)