diff options
author | David Reid <dreid@dreid.org> | 2013-11-07 13:13:30 -0800 |
---|---|---|
committer | David Reid <dreid@dreid.org> | 2013-11-07 13:13:30 -0800 |
commit | bd18bcd915444a54648eccded360b68c26a23b99 (patch) | |
tree | d664eb18ee0bf18e3519c19a733e65d13cc0f8df /docs | |
parent | 30722b9a84ea38f70a22fbca13d8b3a6078af50a (diff) | |
download | cryptography-bd18bcd915444a54648eccded360b68c26a23b99.tar.gz cryptography-bd18bcd915444a54648eccded360b68c26a23b99.tar.bz2 cryptography-bd18bcd915444a54648eccded360b68c26a23b99.zip |
Single space.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/hazmat/primitives/interfaces.rst | 4 |
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/ |