typo: fix typo in pisi/pisi/cli/blame.py
This commit is contained in:
+1
-1
@@ -149,7 +149,7 @@ class ArchiveBase(object):
|
||||
|
||||
|
||||
class ArchiveBinary(ArchiveBase):
|
||||
"""ArchiveBinary handles binary archive files (usually distrubuted as
|
||||
"""ArchiveBinary handles binary archive files (usually distributed as
|
||||
.bin files)"""
|
||||
def __init__(self, file_path, arch_type="binary"):
|
||||
super(ArchiveBinary, self).__init__(file_path, arch_type)
|
||||
|
||||
Reference in New Issue
Block a user