Skip to content

Commit d40f6ef

Browse files
timgates42philpep
authored andcommitted
docs: fix simple typo, underlaying -> underlying
There is a small typo in testinfra/modules/blockdevice.py. Should read `underlying` rather than `underlaying`.
1 parent ee566da commit d40f6ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testinfra/modules/blockdevice.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def block_size(self):
7373

7474
@property
7575
def start_sector(self):
76-
"""Return start sector of the device on the underlaying device.
76+
"""Return start sector of the device on the underlying device.
7777
7878
Usually the value is zero for full devices and is non-zero
7979
for partitions.

0 commit comments

Comments
 (0)