mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-11 04:07:39 +02:00
Very minimally fix up the docstring for a function.
This commit is contained in:
@@ -38,7 +38,7 @@ class SymbolSpace(collections.abc.Mapping):
|
||||
### Symbol functions
|
||||
|
||||
def get_symbols_by_type(self, type_name):
|
||||
"""Returns all symbols based """
|
||||
"""Returns all symbols based on the type of the symbol"""
|
||||
for table in self._dict.keys():
|
||||
for symbol_name in self._dict[table].get_symbols_by_type(type_name):
|
||||
yield table + constants.BANG + symbol_name
|
||||
|
||||
Reference in New Issue
Block a user