forked from p34709852/monkey
Island: Fix typo in ScanEventHandler docstring
This commit is contained in:
parent
d42a353aaa
commit
326b07e5c1
|
@ -23,7 +23,7 @@ logger = getLogger(__name__)
|
||||||
|
|
||||||
class ScanEventHandler:
|
class ScanEventHandler:
|
||||||
"""
|
"""
|
||||||
Handles scan event and makes changes to Machine and Node states base on it
|
Handles scan event and makes changes to Machine and Node states based on it
|
||||||
"""
|
"""
|
||||||
|
|
||||||
def __init__(
|
def __init__(
|
||||||
|
|
Loading…
Reference in New Issue