docs: python bindings howto DITA version

* Fixed a typographical error in the key certification example.
This commit is contained in:
Ben McGinnes 2018-05-23 09:34:48 +10:00
parent 94a0f66376
commit 27ae87c7cf

View File

@ -28,7 +28,7 @@ uid = "Danger Mouse <dm@secret.example.net>"
dmfpr = "177B7C25DB99745EE2EE13ED026D2F19E99E63AA"
key = c.get_key(dmfpr, secret=True)
c.key_sign(key, uidsuid, expires_in=2764800)
c.key_sign(key, uids=uid, expires_in=2764800)
</codeblock>
</p>
</body>