sphinxcontrib-trio
sphinxcontrib-trio copied to clipboard
autodetect :for: false positive
autodetect is confused by the async_friendly_context_manager in trio_util and incorrectly detects :for: on method multi_error_defer_to() decorated by it.
https://github.com/groove-x/trio-util/blob/944bf42b08b31f549179325eec443851dbd849a5/src/trio_util/_exceptions.py
You're missing a @ character on lines 18 and 23, without that, wraps(func) alone won't do anything.
@DevilXD thank you-- fixed
the false positive :for: is persisting