We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent deea760 commit 8a3fa35Copy full SHA for 8a3fa35
1 file changed
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