Skip to content

Commit 5b8f15a

Browse files
authored
Add space between punctuation and next sentence (#656)
1 parent 5480e5d commit 5b8f15a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pylsp/__main__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def add_arguments(parser) -> None:
4040
"--check-parent-process",
4141
action="store_true",
4242
help="Check whether parent process is still alive using os.kill(ppid, 0) "
43-
"and auto shut down language server process when parent process is not alive."
43+
"and auto shut down language server process when parent process is not alive. "
4444
"Note that this may not work on a Windows machine.",
4545
)
4646

@@ -50,7 +50,7 @@ def add_arguments(parser) -> None:
5050
)
5151
log_group.add_argument(
5252
"--log-file",
53-
help="Redirect logs to the given file instead of writing to stderr."
53+
help="Redirect logs to the given file instead of writing to stderr. "
5454
"Has no effect if used with --log-config.",
5555
)
5656

0 commit comments

Comments
 (0)