diff options
-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. |