Browse Source

import_key: change Python documentation to reflect the new API

pull/15/head
Luca Saiu 2 years ago
parent
commit
19ca884783
  1. 2
      src/pEp/_pEp/pEpmodule.cc

2
src/pEp/_pEp/pEpmodule.cc

@ -626,7 +626,7 @@ namespace pEp {
def("import_key", def("import_key",
&import_key, &import_key,
"private_key_list = import_key(key_data)\n" "imported_keys, affected_own_identities = import_key(key_data)\n"
"\n" "\n"
"import key(s) from key_data\n"); "import key(s) from key_data\n");

Loading…
Cancel
Save