Browse Source

Fix typos and docs comments

pull/414/head
alec-hs 2 years ago
parent
commit
0c533d5b5f
No known key found for this signature in database GPG Key ID: 2C0E4987ACBC559
  1. 6
      steam/core/manifest.py

6
steam/core/manifest.py

@ -75,7 +75,7 @@ class DepotFile(object):
@property @property
def sha_content(self): def sha_content(self):
"""File SHA1 """File content SHA1
:type: bytes :type: bytes
""" """
@ -83,11 +83,11 @@ class DepotFile(object):
@property @property
def sha_filename(self): def sha_filename(self):
"""File SHA1 """Filename SHA1
:type: bytes :type: bytes
""" """
return self.file_mapping.sha_content return self.file_mapping.sha_filename
@property @property
def size(self): def size(self):

Loading…
Cancel
Save