aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat
diff options
context:
space:
mode:
authorDavid Reid <dreid@dreid.org>2013-11-07 13:13:30 -0800
committerDavid Reid <dreid@dreid.org>2013-11-07 13:13:30 -0800
commitbd18bcd915444a54648eccded360b68c26a23b99 (patch)
treed664eb18ee0bf18e3519c19a733e65d13cc0f8df /docs/hazmat
parent30722b9a84ea38f70a22fbca13d8b3a6078af50a (diff)
downloadcryptography-bd18bcd915444a54648eccded360b68c26a23b99.tar.gz
cryptography-bd18bcd915444a54648eccded360b68c26a23b99.tar.bz2
cryptography-bd18bcd915444a54648eccded360b68c26a23b99.zip
Single space.
Diffstat (limited to 'docs/hazmat')
-rw-r--r--docs/hazmat/primitives/interfaces.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/hazmat/primitives/interfaces.rst b/docs/hazmat/primitives/interfaces.rst
index b5261581..f37dbb5a 100644
--- a/docs/hazmat/primitives/interfaces.rst
+++ b/docs/hazmat/primitives/interfaces.rst
@@ -5,8 +5,8 @@ Interfaces
``cryptography`` uses `Abstract Base Classes`_ as interfaces to describe the
-properties and methods of most primitive constructs. Backends may also use
-this information to influence their operation. Interfaces should also be used
+properties and methods of most primitive constructs. Backends may also use
+this information to influence their operation. Interfaces should also be used
to document argument and return types.
.. _`Abstract Base Classes`: http://www.python.org/dev/peps/pep-3119/