Skip to content

Commit

Permalink
fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyseek committed Dec 6, 2014
1 parent bbc6973 commit 9196cd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base36.py
Expand Up @@ -36,7 +36,7 @@ def dumps(number):


def loads(value):
"""Loads a base36 string and parse it into 10-based interger.
"""Loads a base36 string and parse it into 10-based integer.
:param value: the base36 string.
:returns: the parsed integer.
Expand Down

0 comments on commit 9196cd6

Please sign in to comment.