Skip to content

Commit fa486ef

Browse files
gnattishnessccordoba12
authored andcommitted
Fix tiny typo. (palantir#653)
1 parent 65d6fd2 commit fa486ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyls/python_ls.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ def m_initialize(self, processId=None, rootUri=None, rootPath=None, initializati
189189

190190
if self._check_parent_process and processId is not None:
191191
def watch_parent_process(pid):
192-
# exist when the given pid is not alive
192+
# exit when the given pid is not alive
193193
if not _utils.is_process_alive(pid):
194194
log.info("parent process %s is not alive", pid)
195195
self.m_exit()

0 commit comments

Comments
 (0)