diff --git a/gnupg/gnupg.py b/gnupg/gnupg.py index 555fcdd..7b7ec99 100644 --- a/gnupg/gnupg.py +++ b/gnupg/gnupg.py @@ -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')