From 2de0f31c04b588098eaaabe8dc19b961bfd83d0b Mon Sep 17 00:00:00 2001 From: Prashanth Pai Date: Thu, 9 Jun 2016 18:11:19 +0530 Subject: Fix typo in documentation Change-Id: Ic6bcde358e718ef6cab3b37f1a318d2cada6e97f Signed-off-by: Prashanth Pai --- README.md | 2 +- doc/index.rst | 2 +- 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 -- cgit