summaryrefslogtreecommitdiff
path: root/fs/remote.py
diff options
context:
space:
mode:
authorrfkelly0 <rfkelly0@67cdc799-7952-0410-af00-57a81ceafa0f>2010-12-27 10:33:51 +0000
committerrfkelly0 <rfkelly0@67cdc799-7952-0410-af00-57a81ceafa0f>2010-12-27 10:33:51 +0000
commit1e303a8fe568c9c0213dd9e57db33334937fa2e1 (patch)
treedd6e24a26c65f8b9a6f564f00b379a89b4e700ab /fs/remote.py
parent9b66499e86171ace303ee588bd23fcebbf01b96c (diff)
downloadpyfilesystem-1e303a8fe568c9c0213dd9e57db33334937fa2e1.tar.gz
some doc additions and cleanups
git-svn-id: http://pyfilesystem.googlecode.com/svn/trunk@582 67cdc799-7952-0410-af00-57a81ceafa0f
Diffstat (limited to 'fs/remote.py')
-rw-r--r--fs/remote.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/fs/remote.py b/fs/remote.py
index 9364e64..a008c9b 100644
--- a/fs/remote.py
+++ b/fs/remote.py
@@ -1,5 +1,4 @@
"""
-
fs.remote
=========
@@ -16,8 +15,8 @@ FS subclasses interfacing with a remote filesystem. These include:
of a remote FS, and allows client code to wait for
a connection to be re-established.
- * CacheFS: a WrapFS subclass that caches file and directory meta-data in
- memory, to speed access to a remote FS.
+ * CacheFS: a WrapFS subclass that caches file and directory meta-data in
+ memory, to speed access to a remote FS.
"""