docs: fix simple typo, targetting -> targeting

There is a small typo in tests/error_handler_test.py.

Should read `targeting` rather than `targetting`.
This commit is contained in:
Tim Gates 2020-12-24 16:06:06 +11:00
parent 7432acc215
commit f40b555f45
No known key found for this signature in database
GPG key ID: AE3BE0D53823CF05

View file

@ -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()