diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-13 15:27:01 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-13 15:27:01 -0400 |
commit | 926a5039b889aca92272effa58854fea7f0098e9 (patch) | |
tree | c00ae3ab5f4e834dba6ab65d1dbb8ccac36fe55a /libraries/cffi | |
parent | 355995e5389a1f99452528e789ab0ce5da565ee9 (diff) |
libraries/cffi: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'libraries/cffi')
-rw-r--r-- | libraries/cffi/README | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/libraries/cffi/README b/libraries/cffi/README index aefa318cacbc..c3a88637f7bf 100644 --- a/libraries/cffi/README +++ b/libraries/cffi/README @@ -1,2 +1,3 @@ -Foreign Function Interface for Python calling C code. The aim of this project -is to provide a convenient and reliable way of calling C code from Python. +Foreign Function Interface for Python calling C code. The aim of this +project is to provide a convenient and reliable way of calling C code +from Python. |