Commit afdd2bdb by willmcgugan

doc tweak

parent 093eead8
...@@ -8,7 +8,6 @@ FTP (File Transfer Protocol) ...@@ -8,7 +8,6 @@ FTP (File Transfer Protocol)
---------------------------- ----------------------------
An interface to FTP servers. See :mod:`fs.ftpfs` An interface to FTP servers. See :mod:`fs.ftpfs`
Memory Memory
------ ------
A filesystem that exists entirely in memory. See :mod:`fs.memoryfs` A filesystem that exists entirely in memory. See :mod:`fs.memoryfs`
...@@ -31,10 +30,10 @@ An interface to the OS Filesystem. See :mod:`fs.osfs` ...@@ -31,10 +30,10 @@ An interface to the OS Filesystem. See :mod:`fs.osfs`
RPCFS (Remote Procedure Call) RPCFS (Remote Procedure Call)
----------------------------- -----------------------------
An interface to a file-system serverd over XML RPC, See :mod:`fs.rpcfs` and :mod:`fs.expose.xmlrpc` An interface to a file-system served over XML RPC, See :mod:`fs.rpcfs` and :mod:`fs.expose.xmlrpc`
Secure FTP (Secure FTP) SFTP (Secure FTP)
----------------------- -----------------------
A secure FTP filesystem. See :mod:`fs.sftpfs` A secure FTP filesystem. See :mod:`fs.sftpfs`
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment