Skip to content

Commit 06a21b8

Browse files
Fix quoting in lsp-pylsp-plugins-mypy-dmypy docstring (#4381)
1 parent b9b9d38 commit 06a21b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clients/lsp-pylsp.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@ means you must save your changes for mypy diagnostics to update correctly."
475475
:group 'lsp-pylsp)
476476

477477
(defcustom lsp-pylsp-plugins-mypy-dmypy nil
478-
"If non-nil, use 'dmypy run' rather than mypy.
478+
"If non-nil, use \"dmypy run\" rather than mypy.
479479
480480
This uses the dmypy daemon and may dramatically improve the responsiveness of
481481
the pylsp server, however this currently does not work in live_mode. Enabling

0 commit comments

Comments
 (0)