From eb1b6bf067db917b715578ff68d8c7172aa1d85c Mon Sep 17 00:00:00 2001 From: yaegassy Date: Mon, 19 Apr 2021 16:23:41 +0900 Subject: [PATCH] fix README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d905b862..99d5ee98 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ The default configuration source is pycodestyle. Change the `pylsp.configuration Overall configuration is computed first from user configuration (in home directory), overridden by configuration passed in by the language client, and then overriden by configuration discovered in the workspace. To enable pydocstyle for linting docstrings add the following setting in your LSP configuration: -`\` "pylsp.plugins.pydocstyle.enabled": true \`` +`"pylsp.plugins.pydocstyle.enabled": true` ## Language Server Features