From 3c17c756a1a14b680c32232785b547a508c38aca Mon Sep 17 00:00:00 2001 From: Anders Ingemann Date: Sun, 12 Apr 2015 08:56:07 +0200 Subject: [PATCH] Fix typo in docs --- bootstrapvz/base/fs/partitions/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrapvz/base/fs/partitions/base.py b/bootstrapvz/base/fs/partitions/base.py index 6837278..3906948 100644 --- a/bootstrapvz/base/fs/partitions/base.py +++ b/bootstrapvz/base/fs/partitions/base.py @@ -69,7 +69,7 @@ class BasePartition(AbstractPartition): def map(self, device_path): """Maps the partition to a device_path - :param str device_path: The device patht his partition should be mapped to + :param str device_path: The device path this partition should be mapped to """ self.fsm.map(device_path=device_path)