Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
pyfs
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
pyfs
Commits
8c6757f2
Commit
8c6757f2
authored
Sep 27, 2010
by
rfkelly0
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix some doc typos
parent
1fabf762
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
docs/concepts.rst
+1
-1
docs/interface.rst
+2
-2
No files found.
docs/concepts.rst
View file @
8c6757f2
...
@@ -47,7 +47,7 @@ Paths used within an FS object use the same common format, regardless of the und
...
@@ -47,7 +47,7 @@ Paths used within an FS object use the same common format, regardless of the und
When working with paths in FS objects, keep in mind the following:
When working with paths in FS objects, keep in mind the following:
* Path components are separated by a forward
pat
h (/)
* Path components are separated by a forward
slas
h (/)
* Paths beginning with a forward slash are absolute (start at the root of the FS)
* Paths beginning with a forward slash are absolute (start at the root of the FS)
* Paths not beginning with a forward slash are relative
* Paths not beginning with a forward slash are relative
* A single dot means 'current directory'
* A single dot means 'current directory'
...
...
docs/interface.rst
View file @
8c6757f2
...
@@ -21,8 +21,8 @@ The following methods are required for a minimal Filesystem interface:
...
@@ -21,8 +21,8 @@ The following methods are required for a minimal Filesystem interface:
* :meth:`~fs.base.FS.makedir` Create a new directory
* :meth:`~fs.base.FS.makedir` Create a new directory
* :meth:`~fs.base.FS.remove` Remove an existing file
* :meth:`~fs.base.FS.remove` Remove an existing file
* :meth:`~fs.base.FS.removedir` Remove an existing directory
* :meth:`~fs.base.FS.removedir` Remove an existing directory
* :meth:`~fs.base.FS.rename` A
u
tomically rename a file or directory
* :meth:`~fs.base.FS.rename` Atomically rename a file or directory
* :meth:`~fs.base.FS.getinfo` Return information about the path e.
h
. size, mtime
* :meth:`~fs.base.FS.getinfo` Return information about the path e.
g
. size, mtime
Non - Essential Methods
Non - Essential Methods
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment