From 63b3de2fa82729022d2c97e54b4c5e1a7ceff8f4 Mon Sep 17 00:00:00 2001 From: Alex Stapleton Date: Sat, 8 Feb 2014 09:43:16 +0000 Subject: 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. --- docs/hazmat/primitives/cryptographic-hashes.rst | 2 +- docs/hazmat/primitives/hmac.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/hazmat/primitives') 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` diff --git a/docs/hazmat/primitives/hmac.rst b/docs/hazmat/primitives/hmac.rst index a21799be..0118be78 100644 --- a/docs/hazmat/primitives/hmac.rst +++ b/docs/hazmat/primitives/hmac.rst @@ -67,7 +67,7 @@ message. :meth:`finalize` and get an intermediate digest value while we continue to call :meth:`update` on the original. - :return: A new instance of :class:`HMAC` which can be updated + :return: A new instance of :class:`HMAC` that can be updated and finalized independently of the original instance. :raises cryptography.exceptions.AlreadyFinalized: See :meth:`finalize` -- cgit v1.2.3