summaryrefslogtreecommitdiff
path: root/fs/remote.py
diff options
context:
space:
mode:
authorrfkelly0 <rfkelly0@67cdc799-7952-0410-af00-57a81ceafa0f>2011-01-27 12:01:23 +0000
committerrfkelly0 <rfkelly0@67cdc799-7952-0410-af00-57a81ceafa0f>2011-01-27 12:01:23 +0000
commitd8638bb08ef2f374546249987e55f6edc3c08bc6 (patch)
tree5cc0bc7bbee5130d8ade0af47981217a9af0e1aa /fs/remote.py
parent829536a6e612b221c259c290dea14881563b6475 (diff)
downloadpyfilesystem-d8638bb08ef2f374546249987e55f6edc3c08bc6.tar.gz
some doc spelling fixes
Many more to deal with; `make spelling` for the list git-svn-id: http://pyfilesystem.googlecode.com/svn/trunk@617 67cdc799-7952-0410-af00-57a81ceafa0f
Diffstat (limited to 'fs/remote.py')
-rw-r--r--fs/remote.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/remote.py b/fs/remote.py
index 20df89c..30acd02 100644
--- a/fs/remote.py
+++ b/fs/remote.py
@@ -290,7 +290,7 @@ class ConnectionManagerFS(LazyFS):
operating-system integration may be added.
Since some remote FS classes can raise RemoteConnectionError during
- initialisation, this class makes use of lazy initialization. The
+ initialization, this class makes use of lazy initialization. The
remote FS can be specified as an FS instance, an FS subclass, or a
(class,args) or (class,args,kwds) tuple. For example::