doc: python bindings howto

* Fixed minor error in one of the verification examples.
This commit is contained in:
Ben McGinnes 2018-03-22 01:48:41 +11:00
parent ac6a552c37
commit e57388a69f

View File

@ -898,7 +898,7 @@
""".format(c.get_key(sign.fpr).uids[0].uid, """.format(c.get_key(sign.fpr).uids[0].uid,
sign.fpr, time.ctime(sign.timestamp))) sign.fpr, time.ctime(sign.timestamp)))
else: else:
pass(e) pass
#+end_src #+end_src
Whereas this next example, which is almost identical would work Whereas this next example, which is almost identical would work