Minor language fix

This commit is contained in:
stamparm
2013-03-26 14:11:17 +01:00
parent 3f8dafedae
commit 473a39b820
4 changed files with 4 additions and 4 deletions

View File

@@ -53,7 +53,7 @@ def base64pickle(value):
def base64unpickle(value):
"""
Decodes value from Base64 to plain format and deserializes (with pickle) it's content
Decodes value from Base64 to plain format and deserializes (with pickle) its content
>>> base64unpickle('gAJVBmZvb2JhcnEALg==')
'foobar'