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 --- doc/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') 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