From 3b917602c59bb2d8909953e749d8e7982cbce312 Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Sun, 31 Jul 2022 09:22:03 +1000 Subject: [PATCH] docs: fix simple typo, insteed -> instead There is a small typo in README.rst. Should read `instead` rather than `insteed`. Signed-off-by: Tim Gates --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 951eb9e..ca303d5 100644 --- a/README.rst +++ b/README.rst @@ -169,7 +169,7 @@ Changelog v1.6 - 2021-05-15 ~~~~~~~~~~~~~~~~~ -* Use `pytest` insteed of `nose`. +* Use `pytest` instead of `nose`. * Fix warning around regex string. v1.5 - 2019-03-10