Skip to content

Commit b882b01

Browse files
committed
fixup: remove redundant links
1 parent 7b24491 commit b882b01

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

docs/usage/errors-and-warnings.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,3 @@ spy(val="world") # ok
200200
spy(wrong_name="ah!") # triggers an IncorrectCallWarning
201201
spy("too", "many", "args") # triggers an IncorrectCallWarning
202202
```
203-
204-
[warnings system]: https://docs.python.org/3/library/warnings.html
205-
[warning filters]: https://docs.pytest.org/en/latest/how-to/capture-warnings.html
206-
[unittest.mock]: https://docs.python.org/3/library/unittest.mock.html

0 commit comments

Comments
 (0)