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 3a29331 commit ba09db6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion volatility3/framework/interfaces/symbols.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ def get_type(self, name: str) -> objects.Template:

@property
def enumerations(self) -> Iterable[Any]:
"""Returns an iterable of the available enumerations names."""
"""Returns an iterable of the available enumerations."""
raise NotImplementedError(
"Abstract property enumerations not implemented by subclass."
)
Expand Down

0 comments on commit ba09db6

Please sign in to comment.