From f40b555f453449e1845a049987feef0651d85343 Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Thu, 24 Dec 2020 16:06:06 +1100 Subject: [PATCH] docs: fix simple typo, targetting -> targeting There is a small typo in tests/error_handler_test.py. Should read `targeting` rather than `targetting`. --- tests/error_handler_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/error_handler_test.py b/tests/error_handler_test.py index 6b0bb86d..8fcfcd12 100644 --- a/tests/error_handler_test.py +++ b/tests/error_handler_test.py @@ -187,7 +187,7 @@ def test_error_handler_no_tty(tempdir_factory): @xfailif_windows # pragma: win32 no cover def test_error_handler_read_only_filesystem(mock_store_dir, cap_out, capsys): # a better scenario would be if even the Store crash would be handled - # but realistically we're only targetting systems where the Store has + # but realistically we're only targeting systems where the Store has # already been set up Store()