archive: Fix typo in recently added Archive7Zip class

This commit is contained in:
Metin Akdere
2011-06-08 14:20:34 +00:00
parent b9cfd47def
commit 2b175cb748
+1 -1
View File
@@ -465,7 +465,7 @@ class ArchiveTarZ(ArchiveBase):
self.tar.close()
class Archive7Zip(ArchiveBase):
"""ArchiveZip handles 7-Zip archives."""
"""Archive7Zip handles 7-Zip archives."""
def __init__(self, file_path, arch_type="7z"):
super(Archive7Zip, self).__init__(file_path, arch_type)