Update sentence by code review

This commit is contained in:
Donghyun Kim
2022-03-23 18:05:42 +09:00
parent cf4ef0fa38
commit 64b8f681f4
2 changed files with 2 additions and 2 deletions
@@ -9,7 +9,7 @@ from volatility3.framework.symbols import mac
class Ifconfig(plugins.PluginInterface):
""" Lists network interface information for all devices """
"""Lists network interface information for all devices"""
_required_framework_version = (2, 0, 0)
+1 -1
View File
@@ -12,7 +12,7 @@ from volatility3.framework.symbols import mac
class Mount(plugins.PluginInterface):
"""A module containing a collection of plugins that produce data typically
founding Mac's mount command"""
found in Mac's mount command"""
_required_framework_version = (2, 0, 0)