aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat/primitives/cryptographic-hashes.rst
diff options
context:
space:
mode:
authorAlex Stapleton <alexs@prol.etari.at>2014-02-08 09:43:16 +0000
committerAlex Stapleton <alexs@prol.etari.at>2014-02-08 09:56:30 +0000
commit63b3de2fa82729022d2c97e54b4c5e1a7ceff8f4 (patch)
tree1b6b3f291b07e5694c4a5474804296524ec70b1e /docs/hazmat/primitives/cryptographic-hashes.rst
parentf970eaa676eb0cd89cdb2389f03d365899812822 (diff)
downloadcryptography-63b3de2fa82729022d2c97e54b4c5e1a7ceff8f4.tar.gz
cryptography-63b3de2fa82729022d2c97e54b4c5e1a7ceff8f4.tar.bz2
cryptography-63b3de2fa82729022d2c97e54b4c5e1a7ceff8f4.zip
s/which/that/
Which is usually for descriptive clauses in technical writing, while that is restrictive. Most of the time we are being being restrictive.
Diffstat (limited to 'docs/hazmat/primitives/cryptographic-hashes.rst')
-rw-r--r--docs/hazmat/primitives/cryptographic-hashes.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/hazmat/primitives/cryptographic-hashes.rst b/docs/hazmat/primitives/cryptographic-hashes.rst
index 38347378..6c56acad 100644
--- a/docs/hazmat/primitives/cryptographic-hashes.rst
+++ b/docs/hazmat/primitives/cryptographic-hashes.rst
@@ -56,7 +56,7 @@ Message Digests
:meth:`finalize` and get an intermediate digest value while we continue
to call :meth:`update` on the original.
- :return: A new instance of :class:`Hash` which can be updated
+ :return: A new instance of :class:`Hash` that can be updated
and finalized independently of the original instance.
:raises cryptography.exceptions.AlreadyFinalized: See :meth:`finalize`