From 740f67245033a4e647706869a01f67d8c079fd7f Mon Sep 17 00:00:00 2001 From: spaghEddieDoyle <58013020+spaghEddieDoyle@users.noreply.github.com> Date: Sun, 9 May 2021 17:00:15 -0700 Subject: [PATCH] Fix typo in README (#5389) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b959744ae..328aa33c3 100644 --- a/README.md +++ b/README.md @@ -176,8 +176,8 @@ This test works similarly to `mypy_test.py`, except it uses `pytype`. This test requires Node.js to be installed. It is currently not part of the CI, but it uses the same pyright version and configuration as the CI. ``` -(.venv3)$ python3 tests/pytype_test.py # Check all files -(.venv3)$ python3 tests/pytype_test.py stdlib/sys.pyi # Check one file +(.venv3)$ python3 tests/pyright_test.py # Check all files +(.venv3)$ python3 tests/pyright_test.py stdlib/sys.pyi # Check one file ``` ### mypy\_test\_suite.py