Skip to content

Commit 4d7d342

Browse files
committed
Fixup README typos from review
1 parent 97b5b62 commit 4d7d342

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,9 @@ Configuration
3030
``dmypy`` (default is False) executes via ``dmypy run`` rather than ``mypy``.
3131
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 this disables ``live_mode``, even for conflicting configs.
3232

33-
``strict`` (defualt is False) refers to the ``strict`` option of ``mypy``.
33+
``strict`` (default is False) refers to the ``strict`` option of ``mypy``.
3434
This option often is too strict to be useful.
3535

36-
37-
3836
Depending on your editor, the configuration (found in a file called mypy-ls.cfg in your workspace or a parent directory) should be roughly like this for a standard configuration:
3937

4038
::

0 commit comments

Comments
 (0)