Update docstring for GPG.verify().

feature/documentation-builds-html
Isis Lovecruft 2013-04-15 00:59:55 +00:00
parent 773b7adfb8
commit 4383e9ac5c
No known key found for this signature in database
GPG Key ID: A3ADB67A2CDB8B35
1 changed files with 1 additions and 1 deletions

View File

@ -478,7 +478,7 @@ class GPG(object):
return result
def verify(self, data):
"""Verify the signature on the contents of the string 'data'
"""Verify the signature on the contents of the string ``data``.
>>> gpg = GPG(gpghome="keys")
>>> input = gpg.gen_key_input(Passphrase='foo')