diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-13 15:29:52 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-13 15:29:52 -0400 |
commit | a4b3a836d5fa48baa7472d49396577fcb1cc573e (patch) | |
tree | 66c609818f06186dbc884fbcd2168a3641f197fe | |
parent | 8b3e61efa9dda2c7e9b8ea48eada6450bef7f2b5 (diff) |
libraries/ftplib: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
-rw-r--r-- | libraries/ftplib/README | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/libraries/ftplib/README b/libraries/ftplib/README index 70ba5fbf77c7..ad660b743142 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. |