summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPrashanth Pai <ppai@redhat.com>2016-06-09 18:11:19 +0530
committerPrashanth Pai <ppai@redhat.com>2016-06-09 18:11:19 +0530
commit2de0f31c04b588098eaaabe8dc19b961bfd83d0b (patch)
treefeb43a4bce2f5e59eccb458f149614e0096bc8b5
parentf7f2dafb1e3d09017de6968a2a553d3e8b6c765c (diff)
Fix typo in documentation
Change-Id: Ic6bcde358e718ef6cab3b37f1a318d2cada6e97f Signed-off-by: Prashanth Pai <ppai@redhat.com>
-rw-r--r--README.md2
-rw-r--r--doc/index.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 656a67e..aadbcb1 100644
--- a/README.md
+++ b/README.md
@@ -41,7 +41,7 @@ with volume.fopen('somefile.txt', 'r') as f:
volume.unlink('somefile.txt')
# Unmount the volume
-volume.unmount()
+volume.umount()
```
### TODOs
diff --git a/doc/index.rst b/doc/index.rst
index 2ff1263..bae2632 100644
--- a/doc/index.rst
+++ b/doc/index.rst
@@ -44,7 +44,7 @@ Example Usage
volume.unlink('somefile.txt')
# Unmount the volume
- volume.unmount()
+ volume.umount()
API Reference