Skip to content

Commit

Permalink
Add . to end of sentence
Browse files Browse the repository at this point in the history
  • Loading branch information
Avasam committed Sep 16, 2024
1 parent cbb879c commit 51dabb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/runtests.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ def main() -> None:
print("\nRunning pytype...")
pytype_result = subprocess.run([sys.executable, "tests/pytype_test.py", path])
else:
print(colored("\nSkipping pytype on Windows. You need to install it first: `pip install pytype`", "yellow"))
print(colored("\nSkipping pytype on Windows. You need to install it first: `pip install pytype`.", "yellow"))

cases_path = test_cases_path(stub if folder == "stubs" else "stdlib")
if not cases_path.exists():
Expand Down

0 comments on commit 51dabb1

Please sign in to comment.