aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat/backends
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/backends
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/backends')
-rw-r--r--docs/hazmat/backends/interfaces.rst2
-rw-r--r--docs/hazmat/backends/multibackend.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/hazmat/backends/interfaces.rst b/docs/hazmat/backends/interfaces.rst
index 5131ca12..cd64050c 100644
--- a/docs/hazmat/backends/interfaces.rst
+++ b/docs/hazmat/backends/interfaces.rst
@@ -16,7 +16,7 @@ A specific ``backend`` may provide one or more of these interfaces.
.. class:: CipherBackend
- A backend which provides methods for using ciphers for encryption
+ A backend that provides methods for using ciphers for encryption
and decryption.
The following backends implement this interface:
diff --git a/docs/hazmat/backends/multibackend.rst b/docs/hazmat/backends/multibackend.rst
index 95538ac8..119b13ae 100644
--- a/docs/hazmat/backends/multibackend.rst
+++ b/docs/hazmat/backends/multibackend.rst
@@ -10,7 +10,7 @@ MultiBackend
.. versionadded:: 0.2
This class allows you to combine multiple backends into a single backend
- which offers the combined features of all of its constituents.
+ that offers the combined features of all of its constituents.
.. code-block:: pycon