doc: `pytest.raises`: link to `python:try` (#6794)

This commit is contained in:
Daniel Hahler 2020-02-22 19:23:35 +01:00 committed by GitHub
parent eeebcd77dd
commit 04126feea7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 4 deletions

View File

@ -678,10 +678,9 @@ def raises( # noqa: F811
the exception --> current frame stack --> local variables -->
``ExceptionInfo``) which makes Python keep all objects referenced
from that cycle (including all local variables in the current
frame) alive until the next cyclic garbage collection run. See the
official Python ``try`` statement documentation for more detailed
information.
frame) alive until the next cyclic garbage collection run.
More detailed information can be found in the official Python
documentation for :ref:`the try statement <python:try>`.
"""
__tracebackhide__ = True
for exc in filterfalse(