Skip to content

Commit 9961abc

Browse files
committed
properly link to ASYNC122
1 parent bf12a80 commit 9961abc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

newsfragments/2512.breaking.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
:func:`trio.move_on_after` and :func:`trio.fail_after` previously set the deadline relative to initialization time, instead of more intuitively upon entering the context manager. This might change timeouts if a program relied on this behavior. If you want to restore previous behavior you should instead use ``trio.move_on_at(trio.current_time() + ...)``.
2-
flake8-async has a new rule to catch this, in case you're supporting older trio versions. See :ref:`ASYNC121` (TODO: except it will be ASYNC122, I'm just making sure intersphinx work)
2+
flake8-async has a new rule to catch this, in case you're supporting older trio versions. See :ref:`ASYNC122`.

0 commit comments

Comments
 (0)