Fixed typo

This commit is contained in:
Nex 2022-01-29 01:13:52 +01:00
parent d3ed778ae4
commit d88a66dd54
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ class DumpsysReceivers(AndroidExtraction):
def parse_dumpsys_package(self, data):
"""Parse output of dumpsys package.
:param data: Output of dumpsys packages command.
:param data: Output of dumpsys package command.
:type data: str
"""