From 041f1bf562728fcddf36c2de7c40339c7aee06ab Mon Sep 17 00:00:00 2001 From: Amar Paul Date: Mon, 18 Mar 2024 16:12:46 -0400 Subject: [PATCH] docs: pyright/basedpyright typo in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 381642d8d6..8a3c8b31f2 100644 --- a/README.md +++ b/README.md @@ -128,7 +128,7 @@ from bar import bar # no error from baz import foo as baz, bar as baz # no error ``` -pyright solves both of these problems by always reporting an error on a redeclaration or an import with the same name as an existing import. +basedpyright solves both of these problems by always reporting an error on a redeclaration or an import with the same name as an existing import. ### better defaults we believe that type checkers and linters should be as strict as possible by default, making the user aware of all the available rules so they can more easily make informed decisions about which rules they don't want enabled in their project. that's why the following defaults have been changed in basedpyright