Skip to content
This repository was archived by the owner on Apr 14, 2022. It is now read-only.

Commit e7bba34

Browse files
authored
Fix readme typo (#959)
The code uses `information`, not `info`.
1 parent ef19612 commit e7bba34

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
@@ -48,7 +48,7 @@ that can be set in the user configuration which make use of each diagnostic's er
4848
| - | - |
4949
| `python.analysis.errors` | Diagnostics which should be shown as errors. |
5050
| `python.analysis.warnings` | Diagnostics which should be shown as warnings. |
51-
| `python.analysis.info` | Diagnostics which should be shown as informational. |
51+
| `python.analysis.information` | Diagnostics which should be shown as informational. |
5252
| `python.analysis.disabled` | Diagnotics which should not be shown at all. |
5353

5454
An example of a user configuration which sets these options:

0 commit comments

Comments
 (0)