summaryrefslogtreecommitdiffstats
path: root/libraries/pyftpdlib
diff options
context:
space:
mode:
author B. Watson2022-03-13 21:34:32 +0100
committer B. Watson2022-03-13 21:34:32 +0100
commit3525ebf8ca05168bb81d476bfa4c1831e83ea41f (patch)
tree41b2df4b3e18e10328a662239e68a518471d4407 /libraries/pyftpdlib
parente614aef4ebaaf55ede83afad84b5b773e71b10ec (diff)
downloadslackbuilds-3525ebf8ca05168bb81d476bfa4c1831e83ea41f.tar.gz
libraries/pyftpdlib: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'libraries/pyftpdlib')
-rw-r--r--libraries/pyftpdlib/README12
1 files changed, 6 insertions, 6 deletions
diff --git a/libraries/pyftpdlib/README b/libraries/pyftpdlib/README
index c546d644e9..d3cae18183 100644
--- a/libraries/pyftpdlib/README
+++ b/libraries/pyftpdlib/README
@@ -1,8 +1,8 @@
-Python FTP server library provides a high-level portable interface to easily
-write asynchronous FTP servers with Python.
+Python FTP server library provides a high-level portable interface to
+easily write asynchronous FTP servers with Python.
-pyftpdlib is currently the most complete RFC-959 FTP server implementation
-available for Python programming language.
+pyftpdlib is currently the most complete RFC-959 FTP server
+implementation available for Python programming language.
-It is used in projects like Google Chromium and Bazaar and included in Linux
-Fedora and FreeBSD package repositories.
+It is used in projects like Google Chromium and Bazaar and included in
+Linux Fedora and FreeBSD package repositories.