diff --git a/docs/x509/verification.rst b/docs/x509/verification.rst index dce1667f7cae..09e8220733e7 100644 --- a/docs/x509/verification.rst +++ b/docs/x509/verification.rst @@ -63,7 +63,7 @@ chain building, etc. The verifier's trust store. - .. method:: verify(leaf, intermediates, store) + .. method:: verify(leaf, intermediates) Performs path validation on ``leaf``, returning a valid path if one exists.