Skip to content

Commit

Permalink
Fix quoting in lsp-pylsp-plugins-mypy-dmypy docstring (#4381)
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurenceWarne authored Mar 18, 2024
1 parent b9b9d38 commit 06a21b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clients/lsp-pylsp.el
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ means you must save your changes for mypy diagnostics to update correctly."
:group 'lsp-pylsp)

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

0 comments on commit 06a21b8

Please sign in to comment.