Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Anapo14 authored Aug 21, 2019
1 parent 92859dd commit 483d65d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ The following diagnostics are supported:
| `typing-newtype-arguments` | An error occurred while constructing `NewType`. |
| `unknown-parameter-name` | The keyword argument name provided is unknown. |
| `unresolved-import` | An import cannot be resolved, and may be missing. |
| `undefined-variable` | A variable has used that has not yet been defined. |
| `undefined-variable` | A variable has been used that has not yet been defined. |
| `variable-not-defined-globally` | A variable is not defined in the global scope. |
| `variable-not-defined-nonlocal` | A variable is not defined in non-local scopes. |

Expand Down Expand Up @@ -75,4 +75,4 @@ An example usage:

```python
from python import language_server # noqa will suppress the linting message for this line
```
```

0 comments on commit 483d65d

Please sign in to comment.