diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-13 16:34:32 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-13 16:34:32 -0400 |
commit | 3525ebf8ca05168bb81d476bfa4c1831e83ea41f (patch) | |
tree | 41b2df4b3e18e10328a662239e68a518471d4407 /libraries/pyftpdlib | |
parent | e614aef4ebaaf55ede83afad84b5b773e71b10ec (diff) |
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/README | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/libraries/pyftpdlib/README b/libraries/pyftpdlib/README index c546d644e9f9..d3cae18183ff 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. |