Skip to content

Commit

Permalink
improve comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Abyss-W4tcher committed Jan 18, 2025
1 parent aa99410 commit 3a29331
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion volatility3/framework/symbols/native.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def get_type_class(self, name: str) -> Type[interfaces.objects.ObjectInterface]:

@property
def types(self) -> Iterable[str]:
"""Returns an iterator of the symbol type names."""
"""Returns an iterable (set) of the available symbol type names."""
return self._types

def get_type(self, type_name: str) -> interfaces.objects.Template:
Expand Down

0 comments on commit 3a29331

Please sign in to comment.