Kaydet (Commit) 2b175cb7 authored tarafından Metin Akdere's avatar Metin Akdere

archive: Fix typo in recently added Archive7Zip class

üst b9cfd47d
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment