summaryrefslogtreecommitdiff
path: root/docs/introduction.rst
diff options
context:
space:
mode:
authorwillmcgugan <willmcgugan@67cdc799-7952-0410-af00-57a81ceafa0f>2011-03-07 17:01:26 +0000
committerwillmcgugan <willmcgugan@67cdc799-7952-0410-af00-57a81ceafa0f>2011-03-07 17:01:26 +0000
commit32079d6076c4a5c7f6387d9572191f5213beeea3 (patch)
treec26b54690570aa5aa0a0e9deb32e9b3edc6c3df2 /docs/introduction.rst
parenteda4f0c2c4a33faf26c93b514aae2be4628710c1 (diff)
downloadpyfilesystem-32079d6076c4a5c7f6387d9572191f5213beeea3.tar.gz
More documentation
git-svn-id: http://pyfilesystem.googlecode.com/svn/trunk@645 67cdc799-7952-0410-af00-57a81ceafa0f
Diffstat (limited to 'docs/introduction.rst')
-rw-r--r--docs/introduction.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/introduction.rst b/docs/introduction.rst
index ae32dce..dc6f58c 100644
--- a/docs/introduction.rst
+++ b/docs/introduction.rst
@@ -3,12 +3,12 @@ Introduction
PyFilesystem is a Python module that provides a common interface to any filesystem.
-Think of PyFilesystem (FS) objects as the next logical step to Python's `file` objects. Just as file-like objects abstract a single file, FS objects abstract the whole filesystem by providing a common interface to operations such as reading directories, getting file information, opening/copying/deleting files etc.
+Think of PyFilesystem (FS) objects as the next logical step to Python's ``file`` class. Just as *file-like* objects abstract a single file, FS objects abstract the whole filesystem by providing a common interface to operations such as reading directories, getting file information, opening/copying/deleting files etc.
Even if you only want to work with the local filesystem, PyFilesystem simplifies a number of common operations and reduces the chance of error.
-About PyFilestem
-----------------
+About PyFilesystem
+------------------
PyFilesystem was initially created by Will McGugan (http://www.willmcgugan.com) and is now a joint effort with Ryan Kelly (http://www.rfk.id.au/).
@@ -16,7 +16,7 @@ PyFilesystem was initially created by Will McGugan (http://www.willmcgugan.com)
Need Help?
----------
-PyFilesystem is in development, but should be pretty stable. If you have any problems or questions, please contact the developers through one of the following channels:
+If you have any problems or questions, please contact the developers through one of the following channels:
Bugs
####