We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents deea760 + 8a3fa35 commit e31416aCopy full SHA for e31416a
jose/jwt.py
@@ -5,7 +5,7 @@
5
try:
6
from collections.abc import Mapping # Python3
7
except ImportError:
8
- from collections import Mapping # Python2, will be depecrated in Python 3.8
+ from collections import Mapping # Python2, will be deprecated in Python 3.8
9
from datetime import datetime
10
from datetime import timedelta
11
from six import string_types
0 commit comments