libraries/pyftpdlib: Wrap README at 72 columns.

Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
B. Watson 2022-03-13 16:34:32 -04:00
parent e614aef4eb
commit 3525ebf8ca
1 changed files with 6 additions and 6 deletions

View File

@ -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.