diff options
author | willmcgugan <willmcgugan@67cdc799-7952-0410-af00-57a81ceafa0f> | 2011-03-08 13:03:19 +0000 |
---|---|---|
committer | willmcgugan <willmcgugan@67cdc799-7952-0410-af00-57a81ceafa0f> | 2011-03-08 13:03:19 +0000 |
commit | e84869530266409d47143fcc9b8cd1495d1469cd (patch) | |
tree | 80b2926118ece334d82ad16dd60c74b74e1c9358 /docs | |
parent | d46e88cb395ec9207450fef46362c6443e5b703f (diff) | |
download | pyfilesystem-e84869530266409d47143fcc9b8cd1495d1469cd.tar.gz |
doc tweak
git-svn-id: http://pyfilesystem.googlecode.com/svn/trunk@653 67cdc799-7952-0410-af00-57a81ceafa0f
Diffstat (limited to 'docs')
-rw-r--r-- | docs/filesystems.rst | 5 |
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` |