From e78693ac6a8558936d3a6c4cf89e7ec1e550a873 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl?= <85514533+michaelgainyo@users.noreply.github.com> Date: Tue, 31 Jan 2023 10:38:17 -0500 Subject: [PATCH] Fixed typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 36207a7..2d03c9b 100644 --- a/README.md +++ b/README.md @@ -2733,7 +2733,7 @@ A section with various things that can make your Django developer life better. When it comes to using type annotations, alongside [`mypy`](https://mypy.readthedocs.io/en/stable/index.html), [this tweet](https://twitter.com/queroumavodka/status/1294789817071542272) **resonates a lot with our philosophy.** -- We have projects where we enforce `mypy` and are very strict about ot. +- We have projects where we enforce `mypy` and are very strict about it. - We have projects where types are looser and `mypy` is not used at all. Context is king here.