Skip to content

Commit

Permalink
Merge pull request #60 from LasLabs/hotfix/gh-45-update_digest_docs
Browse files Browse the repository at this point in the history
[FIX] Update digest example in client docs
  • Loading branch information
alexkiro committed Sep 11, 2017
2 parents d14e980 + b3794c8 commit c995ace
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyzor/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
To get a digest (of an email.message.Message object, or similar):
>>> digest = pyzor.digest.get_digest(msg)
>>> digest = pyzor.digest.DataDigester(msg).value
To query a server (where address is a (host, port) pair):
Expand Down

0 comments on commit c995ace

Please sign in to comment.