diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2015-08-05 18:32:18 +0100 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2015-08-05 18:32:18 +0100 |
commit | d4a7f062d7dc9330fb701086dd06ac81a5b1e3d5 (patch) | |
tree | 41881d81d4ec27a19e846d7af5c110a6c3eae651 /docs/x509 | |
parent | f22f61234470bd5c86c80ae409b2698d2a2da1a5 (diff) | |
download | cryptography-d4a7f062d7dc9330fb701086dd06ac81a5b1e3d5.tar.gz cryptography-d4a7f062d7dc9330fb701086dd06ac81a5b1e3d5.tar.bz2 cryptography-d4a7f062d7dc9330fb701086dd06ac81a5b1e3d5.zip |
rename to classmethod to from_public_key
Diffstat (limited to 'docs/x509')
-rw-r--r-- | docs/x509/reference.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/x509/reference.rst b/docs/x509/reference.rst index 2ccc5272..61f73e9d 100644 --- a/docs/x509/reference.rst +++ b/docs/x509/reference.rst @@ -1119,7 +1119,7 @@ X.509 Extensions The binary value of the identifier. - .. classmethod:: create_from_public_key(public_key) + .. classmethod:: from_public_key(public_key) .. versionadded:: 1.0 |