summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorwillmcgugan <willmcgugan@67cdc799-7952-0410-af00-57a81ceafa0f>2011-03-08 13:03:19 +0000
committerwillmcgugan <willmcgugan@67cdc799-7952-0410-af00-57a81ceafa0f>2011-03-08 13:03:19 +0000
commitafdd2bdb48c1d91ce3d6084f7089e2f644e1f03d (patch)
tree80b2926118ece334d82ad16dd60c74b74e1c9358 /docs
parent093eead88841c05a854c67b97121518aa6d63988 (diff)
downloadpyfilesystem-git-afdd2bdb48c1d91ce3d6084f7089e2f644e1f03d.tar.gz
doc tweak
Diffstat (limited to 'docs')
-rw-r--r--docs/filesystems.rst5
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/filesystems.rst b/docs/filesystems.rst
index 10d2526..3472e64 100644
--- a/docs/filesystems.rst
+++ b/docs/filesystems.rst
@@ -8,7 +8,6 @@ FTP (File Transfer Protocol)
----------------------------
An interface to FTP servers. See :mod:`fs.ftpfs`
-
Memory
------
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`
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`