Skip to content
This repository has been archived by the owner on Sep 8, 2024. It is now read-only.

Update __init__.py #2721

Merged
merged 2 commits into from
Oct 21, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions mycroft/lock/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,8 @@ def set_handlers(self):
# Delete the exiting file
def exists(self):
"""
Check to see if the PID lock file currently exists. If it does
than send a SIGTERM signal to the process defined by the value
Check if the PID lock file exists. If it does
then send a SIGKILL signal to the process defined by the value
in the lock file. Catch the keyboard interrupt exception to
prevent propagation if stopped by use of Ctrl-C.
"""
Expand Down