commit: fbba703b0bc43527e575165debc7cc26a2ad645b
Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 1 20:09:50 2014 +0000
Commit: Brian Dolbec <brian.dolbec <AT> gmail <DOT> com>
CommitDate: Fri Dec 19 21:17:01 2014 +0000
URL:
http://sources.gentoo.org/gitweb/?p=proj/gentoo-keys.git;a=commit;h=fbba703b
gkeys/lib.py: Add missed parameter docstring
---
gkeys/lib.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/gkeys/lib.py b/gkeys/lib.py
index 31afbce..6010e65 100644
--- a/gkeys/lib.py
+++ b/gkeys/lib.py
@@ -255,6 +255,7 @@ class GkeysGPG(GPG):
def verify_file(self, gkey, signature, filepath):
'''Verify the file specified at filepath or url
+ @param gkey: GKEY instance of the gpg key used to verify it
@param signature: string with the signature file
@param filepath: string with the path or url of the signed file
'''