From 076d101dac14ef2b2973055472b8da5ec900abe8 Mon Sep 17 00:00:00 2001 From: yangdanny97 Date: Wed, 11 Dec 2024 08:37:50 -0800 Subject: [PATCH] fix ref --- docs/guides/writing_stubs.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/writing_stubs.rst b/docs/guides/writing_stubs.rst index fa20a76f..4fdf7145 100644 --- a/docs/guides/writing_stubs.rst +++ b/docs/guides/writing_stubs.rst @@ -847,7 +847,7 @@ into any of those categories, use your best judgement. * Use `HasX` for protocols that have readable and/or writable attributes or getter/setter methods (e.g. `HasItems`, `HasFileno`). -:: _type-checker-error-suppression: +.. _type-checker-error-suppression: Type Checker Error Suppression Formats --------------------------------------