summaryrefslogtreecommitdiffstats
path: root/libraries/ftplib
diff options
context:
space:
mode:
author B. Watson2022-03-13 20:29:52 +0100
committer B. Watson2022-03-13 20:29:52 +0100
commita4b3a836d5fa48baa7472d49396577fcb1cc573e (patch)
tree66c609818f06186dbc884fbcd2168a3641f197fe /libraries/ftplib
parent8b3e61efa9dda2c7e9b8ea48eada6450bef7f2b5 (diff)
downloadslackbuilds-a4b3a836d5fa48baa7472d49396577fcb1cc573e.tar.gz
libraries/ftplib: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'libraries/ftplib')
-rw-r--r--libraries/ftplib/README7
1 files changed, 4 insertions, 3 deletions
diff --git a/libraries/ftplib/README b/libraries/ftplib/README
index 70ba5fbf77..ad660b7431 100644
--- a/libraries/ftplib/README
+++ b/libraries/ftplib/README
@@ -1,3 +1,4 @@
-ftplib is a set of routines that implement the FTP protocol. They allow
-applications to create and access remote files through function calls, instead
-of forking and executing an interactive ftp client program.
+ftplib is a set of routines that implement the FTP protocol. They
+allow applications to create and access remote files through function
+calls, instead of forking and executing an interactive ftp client
+program.