mount.py: Fix docstring

This commit is contained in:
Jiri Kucera 2021-06-15 11:13:08 +02:00 committed by Brian C. Lane
parent fab286e785
commit 35cb8f71a7
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ class IsoMountpoint(object):
def get_iso_label(self):
"""
Get the iso's label using isoinfo
Get the iso's label using pycdlib
Sets self.label if one is found
"""