Skip to content

Commit

Permalink
Merge pull request #34 from RudiAusBuddeln/master
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
kevinhendricks authored Dec 26, 2020
2 parents cc06199 + fa3a9f7 commit 51305de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mobi_header.py
Original file line number Diff line number Diff line change
Expand Up @@ -663,7 +663,7 @@ def dump_exth(self):
return
num_items, = struct.unpack(b'>L', self.exth[8:12])
pos = 12
print("Key Size Decription Value")
print("Key Size Description Value")
for _ in range(num_items):
id, size = struct.unpack(b'>LL', self.exth[pos:pos+8])
contentsize = size-8
Expand Down

0 comments on commit 51305de

Please sign in to comment.