fix comment typo

Co-authored-by: Moritz <mr-tz@users.noreply.github.com>
This commit is contained in:
yelhamer
2023-07-21 12:40:02 +01:00
committed by GitHub
parent b1e468dae4
commit da4e887aee

View File

@@ -116,7 +116,7 @@ class StaticFeatureExtractor:
# this base class doesn't know what to do with that info, though.
#
super().__init__()
# all extractors must be able to provide a samples hashes
# all extractors must be able to provide a sample's hashes
self.sample_hashes: SampleHashes
@abc.abstractmethod