From e1f0de2bc80db16898d460da6becefea970e2e04 Mon Sep 17 00:00:00 2001 From: Sebastian Rittau Date: Tue, 12 Dec 2023 08:47:12 +0100 Subject: [PATCH] Update an URL --- docs/source/writing_stubs.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/writing_stubs.rst b/docs/source/writing_stubs.rst index 381bd73a3..d463a48b7 100644 --- a/docs/source/writing_stubs.rst +++ b/docs/source/writing_stubs.rst @@ -91,7 +91,7 @@ things like detecting missing annotations to more complex things like ensuring Liskov substitutability or detecting problematic overloads. It may be instructive to examine `typeshed `__'s -`setup for testing stubs `__. +`setup for testing stubs `__. .. TODO: consider adding examples and configurations for specific type checkers