Skip to content

Commit

Permalink
typo in Serializer docstring
Browse files Browse the repository at this point in the history
Fixed a typo. 

customer -> customize.
  • Loading branch information
tescalada authored and davidism committed Apr 2, 2016
1 parent f5b3c8b commit ec3c731
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 @@ -488,7 +488,7 @@ class Serializer(object):
available.
Starting with 0.14 you do not need to subclass this class in order to
switch out or customer the :class:`Signer`. You can instead also pass a
switch out or customize the :class:`Signer`. You can instead also pass a
different class to the constructor as well as keyword arguments as
dictionary that should be forwarded::
Expand Down

0 comments on commit ec3c731

Please sign in to comment.