diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2015-02-16 14:33:35 -0600 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2015-02-16 14:33:35 -0600 |
commit | e612ec74f68f344ee4bde5d6e377ffc03cdb1ec6 (patch) | |
tree | 82dc6ca07b80f2ecac67f6c40153e79e4c206423 /docs | |
parent | 2b6ba0c633ef672a6d8ef2ca109d3ffd508e044e (diff) | |
download | cryptography-e612ec74f68f344ee4bde5d6e377ffc03cdb1ec6.tar.gz cryptography-e612ec74f68f344ee4bde5d6e377ffc03cdb1ec6.tar.bz2 cryptography-e612ec74f68f344ee4bde5d6e377ffc03cdb1ec6.zip |
try to make this a bit more clear
Diffstat (limited to 'docs')
-rw-r--r-- | docs/x509.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/x509.rst b/docs/x509.rst index 193b8452..e16e79e9 100644 --- a/docs/x509.rst +++ b/docs/x509.rst @@ -186,9 +186,9 @@ X.509 Certificate Object :type: :class:`~cryptography.hazmat.primitives.hashes.HashAlgorithm` - A :class:`~cryptography.hazmat.primitives.hashes.HashAlgorithm` - corresponding to the hash algorithm used within the certificate - signature. + Returns the + :class:`~cryptography.hazmat.primitives.hashes.HashAlgorithm` used in + the signature. .. doctest:: |