Skip to content

Commit 61bca54

Browse files
authored
PR: Small fix in Readme (#14)
1 parent 1d79630 commit 61bca54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ The default configuration source is pycodestyle. Change the `pylsp.configuration
6262
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.
6363

6464
To enable pydocstyle for linting docstrings add the following setting in your LSP configuration:
65-
`\` "pylsp.plugins.pydocstyle.enabled": true \``
65+
`"pylsp.plugins.pydocstyle.enabled": true`
6666

6767
## Language Server Features
6868

0 commit comments

Comments
 (0)