From df7ffe539be58ffe6a7c86c2c246191cd0430393 Mon Sep 17 00:00:00 2001 From: David Robertson Date: Wed, 6 Oct 2021 20:41:48 +0100 Subject: [PATCH] pacakge->package, thanks Patrick! Co-authored-by: Patrick Cloke --- mypy.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mypy.ini b/mypy.ini index 76b29205f9..857327cd85 100644 --- a/mypy.ini +++ b/mypy.ini @@ -196,7 +196,7 @@ disallow_untyped_defs = True ;; Before ignoring a module, check to see if type stubs are available. ;; The `typeshed` project maintains stubs here: ;; https://github.com/python/typeshed/tree/master/stubs -;; and for each pacakge `foo` there's a corresponding `types-foo` package on PyPI, +;; and for each package `foo` there's a corresponding `types-foo` package on PyPI, ;; which we can pull in as a dev dependency by adding to `setup.py`'s ;; `CONDITIONAL_REQUIREMENTS["mypy"]` list.