minor labeling change

This commit is contained in:
4am 2019-02-17 20:51:42 -05:00
parent 17b850c54c
commit 44c654c3be
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ tDiskType = {(1,1,False): "5.25-inch (140K)",
(2,1,False): "3.5-inch (400K)",
(2,2,False): "3.5-inch (800K)",
(2,2,True): "3.5-inch (1.44MB)"}
tBootSectorFormat = ("unknown", "16-sector", "13-sector", "hybrid (13- and 16-sector)")
tBootSectorFormat = ("unknown", "16-sector", "13-sector", "hybrid 13- and 16-sector")
# errors that may be raised
class WozError(Exception): pass # base class