From fecf6447ab12d963c1638e4588e27a80e85a686c Mon Sep 17 00:00:00 2001
From: Alex Gaynor <alex.gaynor@gmail.com>
Date: Sat, 27 Dec 2014 11:19:32 -0800
Subject: Fixed some grammar in the docs

---
 docs/hazmat/backends/interfaces.rst | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

(limited to 'docs/hazmat/backends/interfaces.rst')

diff --git a/docs/hazmat/backends/interfaces.rst b/docs/hazmat/backends/interfaces.rst
index 8620d9a7..e9ee9467 100644
--- a/docs/hazmat/backends/interfaces.rst
+++ b/docs/hazmat/backends/interfaces.rst
@@ -271,8 +271,8 @@ A specific ``backend`` may provide one or more of these interfaces.
             ``private_exponent``, ``public_exponent``, or ``modulus`` do not
             match the bounds specified in :rfc:`3447`.
 
-        :raises cryptography.exceptions.UnsupportedAlgorithm: This raised when
-            any backend specific criteria are not met.
+        :raises cryptography.exceptions.UnsupportedAlgorithm: This is raised
+            when any backend specific criteria are not met.
 
     .. method:: load_rsa_public_numbers(numbers)
 
@@ -286,8 +286,8 @@ A specific ``backend`` may provide one or more of these interfaces.
             ``public_exponent`` or ``modulus`` do not match the bounds
             specified in :rfc:`3447`.
 
-        :raises cryptography.exceptions.UnsupportedAlgorithm: This raised when
-            any backend specific criteria are not met.
+        :raises cryptography.exceptions.UnsupportedAlgorithm: This is raised
+            when any backend specific criteria are not met.
 
 
 .. class:: DSABackend
@@ -368,8 +368,8 @@ A specific ``backend`` may provide one or more of these interfaces.
         :returns: A provider of
             :class:`~cryptography.hazmat.primitives.interfaces.DSAParameters`.
 
-        :raises cryptography.exceptions.UnsupportedAlgorithm: This raised when
-            any backend specific criteria are not met.
+        :raises cryptography.exceptions.UnsupportedAlgorithm: This is raised
+            when any backend specific criteria are not met.
 
     .. method:: load_dsa_private_numbers(numbers)
 
@@ -379,8 +379,8 @@ A specific ``backend`` may provide one or more of these interfaces.
         :returns: A provider of
             :class:`~cryptography.hazmat.primitives.interfaces.DSAPrivateKey`.
 
-        :raises cryptography.exceptions.UnsupportedAlgorithm: This raised when
-            any backend specific criteria are not met.
+        :raises cryptography.exceptions.UnsupportedAlgorithm: This is raised
+            when any backend specific criteria are not met.
 
     .. method:: load_dsa_public_numbers(numbers)
 
@@ -390,8 +390,8 @@ A specific ``backend`` may provide one or more of these interfaces.
         :returns: A provider of
             :class:`~cryptography.hazmat.primitives.interfaces.DSAPublicKey`.
 
-        :raises cryptography.exceptions.UnsupportedAlgorithm: This raised when
-            any backend specific criteria are not met.
+        :raises cryptography.exceptions.UnsupportedAlgorithm: This is raised
+            when any backend specific criteria are not met.
 
 
 .. class:: EllipticCurveBackend
-- 
cgit v1.2.3