mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 15:36:27 +00:00
Fix typo in docs
This commit is contained in:
parent
c4637af0cf
commit
3c17c756a1
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ class BasePartition(AbstractPartition):
|
||||||
def map(self, device_path):
|
def map(self, device_path):
|
||||||
"""Maps the partition to a 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)
|
self.fsm.map(device_path=device_path)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue