diff options
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 |