summaryrefslogtreecommitdiff
path: root/docs/opening.rst
diff options
context:
space:
mode:
authorrfkelly0 <rfkelly0@67cdc799-7952-0410-af00-57a81ceafa0f>2011-03-08 22:20:20 +0000
committerrfkelly0 <rfkelly0@67cdc799-7952-0410-af00-57a81ceafa0f>2011-03-08 22:20:20 +0000
commit5e1565fd2d2633737d9ced835c635bbad1d23d0a (patch)
treebd255259b1bba014bba3d26a79e0098592fee1ef /docs/opening.rst
parent8fc8cf614d1e6da227dee6798b58031208407684 (diff)
downloadpyfilesystem-5e1565fd2d2633737d9ced835c635bbad1d23d0a.tar.gz
spelling fixes
git-svn-id: http://pyfilesystem.googlecode.com/svn/trunk@662 67cdc799-7952-0410-af00-57a81ceafa0f
Diffstat (limited to 'docs/opening.rst')
-rw-r--r--docs/opening.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/opening.rst b/docs/opening.rst
index 0a0caf6..6ac866b 100644
--- a/docs/opening.rst
+++ b/docs/opening.rst
@@ -1,7 +1,7 @@
Opening Filesystems
===================
-Generally, when you want to work with the files and directories of any of the supported filesytems,
+Generally, when you want to work with the files and directories of any of the supported filesystems,
you create an instance of the appropriate class. For example, the following opens the directory ``/foo/bar``::
from fs.osfs import OSFS
@@ -17,9 +17,9 @@ In these situations you can use an *opener*, which is a generic way of specifyin
The ``fsopendir`` callable takes a string that identifies the filesystem with a URI syntax, but if called with a regular path will return an :class:`~fs.osfs.OSFS` instance.
To open a different kind of filesystem, precede the path with the required protocol.
-For example, the following code opens an FTP filesystem rather than a directory on your harddrive::
+For example, the following code opens an FTP filesystem rather than a directory on your hard-drive::
from fs.opener import fsopendir
my_fs = fsopendir('ftp://example.org/foo/bar')
-For further information regarding filesystem openers see :doc:`opener`. \ No newline at end of file
+For further information regarding filesystem openers see :doc:`opener`.