Skip to content

Commit 6193f74

Browse files
committed
fix doc reference
1 parent fa6bdbb commit 6193f74

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/rules.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ _`ASYNC912` : cancel-scope-no-guaranteed-checkpoint
203203

204204
_`ASYNC913` : indefinite-loop-no-guaranteed-checkpoint
205205
An indefinite loop (e.g. ``while True``) has no guaranteed :ref:`checkpoint <checkpoint>`. This could potentially cause a deadlock.
206-
This will also error if there's no guaranteed :ref:`cancel point`, where even though it won't deadlock the loop might become an uncancelable dry-run loop.
206+
This will also error if there's no guaranteed :ref:`cancel point <cancel_point>`, where even though it won't deadlock the loop might become an uncancelable dry-run loop.
207207

208208
.. _autofix-support:
209209

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ allowlist_externals = make
3030
changedir = docs
3131
skip_install = True
3232
commands =
33+
make clean
3334
make html
3435

3536
# Settings for other tools

0 commit comments

Comments
 (0)