aboutsummaryrefslogtreecommitdiffstats
path: root/docs/exceptions.rst
diff options
context:
space:
mode:
authorJulian Krause <julian.krause@gmail.com>2013-12-26 21:12:58 -0800
committerJulian Krause <julian.krause@gmail.com>2013-12-26 21:12:58 -0800
commit831467cce6c2a2b916e30914635924042b15ed2d (patch)
treed559d35ea87ec7efd47b8b43779bb82feca91d8c /docs/exceptions.rst
parent5093d97130ff3ae5328d1e6e83e86f1988f1e277 (diff)
downloadcryptography-831467cce6c2a2b916e30914635924042b15ed2d.tar.gz
cryptography-831467cce6c2a2b916e30914635924042b15ed2d.tar.bz2
cryptography-831467cce6c2a2b916e30914635924042b15ed2d.zip
Documentation clarity and grammer fixes.
Diffstat (limited to 'docs/exceptions.rst')
-rw-r--r--docs/exceptions.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/exceptions.rst b/docs/exceptions.rst
index 8be2c48c..1fbd3267 100644
--- a/docs/exceptions.rst
+++ b/docs/exceptions.rst
@@ -10,7 +10,7 @@ Exceptions
.. class:: InvalidSignature
- This is raised when the verify function of a hash function does not
+ This is raised when the verify method of a hash context does not
compare equal.