From 4383e9ac5c01a2dd654b38542361ef7acf418e03 Mon Sep 17 00:00:00 2001 From: Isis Lovecruft Date: Mon, 15 Apr 2013 00:59:55 +0000 Subject: [PATCH] Update docstring for GPG.verify(). --- gnupg/gnupg.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')