Skip to content

Commit 76668f3

Browse files
vlaciqkaiser
authored andcommitted
chore: fix typo in UnknownChunk docstring.
1 parent 5c594e2 commit 76668f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unblob/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ def as_report(self, extraction_reports: List[Report]) -> ChunkReport:
130130
class UnknownChunk(Chunk):
131131
r"""Gaps between valid chunks or otherwise unknown chunks.
132132
133-
Important for manual analysis, and analytical certanity: for example
133+
Important for manual analysis, and analytical certainty: for example
134134
entropy, other chunks inside it, metadata, etc.
135135
136136
These are not extracted, just logged for information purposes and further analysis,

0 commit comments

Comments
 (0)