summaryrefslogtreecommitdiff
path: root/docs/concepts.rst
diff options
context:
space:
mode:
authorJakub Wilk <jwilk@jwilk.net>2016-06-27 16:26:19 +0200
committerJakub Wilk <jwilk@jwilk.net>2016-06-27 16:26:19 +0200
commitf0a167d8b6db0aed6732ea80e8a724b725b5848f (patch)
tree529a734b86c3dad0db8c75bc27c2ec738aae2579 /docs/concepts.rst
parent0f5bc2b68a38dae312e1888a79c16551d8f54e6d (diff)
downloadpyfilesystem-git-f0a167d8b6db0aed6732ea80e8a724b725b5848f.tar.gz
Fix typos
Diffstat (limited to 'docs/concepts.rst')
-rw-r--r--docs/concepts.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/concepts.rst b/docs/concepts.rst
index 313ed04..dceaacd 100644
--- a/docs/concepts.rst
+++ b/docs/concepts.rst
@@ -45,7 +45,7 @@ PyFilesystem will catch any attempts to read outside of the root directory. For
Paths
-----
-Paths used within an FS object use the same common format, regardless of the underlaying file system it represents (or the platform it resides on).
+Paths used within an FS object use the same common format, regardless of the underlying file system it represents (or the platform it resides on).
When working with paths in FS objects, keep in mind the following: