Skip to content

Commit

Permalink
Fix typo (wheather ~> whether) (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
polyfunc authored and davidism committed Jul 23, 2016
1 parent 5aec583 commit 0f6d5c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion itsdangerous.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def want_bytes(s, encoding='utf-8', errors='strict'):


def is_text_serializer(serializer):
"""Checks wheather a serializer generates text or binary."""
"""Checks whether a serializer generates text or binary."""
return isinstance(serializer.dumps({}), text_type)


Expand Down

0 comments on commit 0f6d5c5

Please sign in to comment.