Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 740f672

Browse files
authored
Fix typo in README (#5389)
1 parent 244fc62 commit 740f672

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,8 +176,8 @@ This test works similarly to `mypy_test.py`, except it uses `pytype`.
176176
This test requires Node.js to be installed. It is currently not part of the CI,
177177
but it uses the same pyright version and configuration as the CI.
178178
```
179-
(.venv3)$ python3 tests/pytype_test.py # Check all files
180-
(.venv3)$ python3 tests/pytype_test.py stdlib/sys.pyi # Check one file
179+
(.venv3)$ python3 tests/pyright_test.py # Check all files
180+
(.venv3)$ python3 tests/pyright_test.py stdlib/sys.pyi # Check one file
181181
```
182182

183183
### mypy\_test\_suite.py

0 commit comments

Comments
 (0)