summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author B. Watson2022-03-13 20:27:01 +0100
committer B. Watson2022-03-13 20:27:01 +0100
commit926a5039b889aca92272effa58854fea7f0098e9 (patch)
treec00ae3ab5f4e834dba6ab65d1dbb8ccac36fe55a
parent355995e5389a1f99452528e789ab0ce5da565ee9 (diff)
downloadslackbuilds-926a5039b889aca92272effa58854fea7f0098e9.tar.gz
libraries/cffi: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
-rw-r--r--libraries/cffi/README5
1 files changed, 3 insertions, 2 deletions
diff --git a/libraries/cffi/README b/libraries/cffi/README
index aefa318cac..c3a88637f7 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.