mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-04-15 18:11:48 +04:00
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:
parent
7432acc215
commit
f40b555f45
1 changed files with 1 additions and 1 deletions
|
|
@ -187,7 +187,7 @@ def test_error_handler_no_tty(tempdir_factory):
|
||||||
@xfailif_windows # pragma: win32 no cover
|
@xfailif_windows # pragma: win32 no cover
|
||||||
def test_error_handler_read_only_filesystem(mock_store_dir, cap_out, capsys):
|
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
|
# 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
|
# already been set up
|
||||||
Store()
|
Store()
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue