From 7292e4ef89963f88464d311a076c18b31675ff01 Mon Sep 17 00:00:00 2001 From: Danny Yang Date: Sun, 23 Feb 2025 10:20:07 -0500 Subject: [PATCH] Update link to style guide The style guide was merged with https://typing.readthedocs.io/en/latest/guides/writing_stubs.html#style-guide in https://github.com/python/typeshed/pull/13332 so the anchor no longer exists. --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 06144823a90c..b99fc46b7b9f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -13,7 +13,7 @@ are important to the project's success. * Small fixes and additions can be submitted directly as pull requests, but [contact us](README.md#discussion) before starting significant work. * Create your stubs, considering [what to include](#what-to-include) and - conforming to the [coding style](#stub-file-coding-style). + conforming to the [coding style](https://typing.readthedocs.io/en/latest/guides/writing_stubs.html#style-guide). 4. Optionally [format and check your stubs](#code-formatting). 5. Optionally [run the tests](tests/README.md). 6. [Submit your changes](#submitting-changes) by opening a pull request.