summaryrefslogtreecommitdiffstats
path: root/partedUtils.py
diff options
context:
space:
mode:
Diffstat (limited to 'partedUtils.py')
-rw-r--r--partedUtils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/partedUtils.py b/partedUtils.py
index 4885969a0..161eebb57 100644
--- a/partedUtils.py
+++ b/partedUtils.py
@@ -611,7 +611,7 @@ class DiskSet:
del self.disks[disk]
def dasdFmt (self, intf = None, drive = None):
- "Format dasd devices (s390)."""
+ """Format dasd devices (s390)."""
w = intf.progressWindow (_("Initializing"),
_("Please wait while formatting drive %s...\n"
) % (drive,), 100)