From 3366d8bab493386c2d10fdc6c7eca5f82ea5b515 Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Sat, 4 Jan 2014 12:55:28 -0600 Subject: improve docstring --- cryptography/hazmat/bindings/utils.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cryptography/hazmat/bindings/utils.py b/cryptography/hazmat/bindings/utils.py index 67f58795..9e1d3937 100644 --- a/cryptography/hazmat/bindings/utils.py +++ b/cryptography/hazmat/bindings/utils.py @@ -20,8 +20,7 @@ import cffi def build_ffi(module_prefix, modules, pre_include, post_include, libraries): """ - Modules listed in the ``modules`` listed should have the following - attributes: + Modules listed in ``modules`` should have the following attributes: * ``INCLUDES``: A string containing C includes. * ``TYPES``: A string containing C declarations for types. -- cgit v1.2.3