From c24478e8bc2785e7f032721d5777e339c21afc74 Mon Sep 17 00:00:00 2001 From: alm Date: Fri, 16 Feb 2024 18:53:25 +0200 Subject: [PATCH] docs: fix link in Contributing.md (#3845) --- Contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributing.md b/Contributing.md index 33264554..dad54385 100644 --- a/Contributing.md +++ b/Contributing.md @@ -35,7 +35,7 @@ Helping others often reveals bugs, documentation weaknesses, and missing APIs. I ### Implement issues ready for development -Issues where the solution is clear and work is not in progress use the [needs-implementer](https://github.com/PyO3/pyo3/issues?q=is%3Aissue+is%3Aopen+label%3Aneeds-implemeter) label. +Issues where the solution is clear and work is not in progress use the [needs-implementer](https://github.com/PyO3/pyo3/issues?q=is%3Aissue+is%3Aopen+label%3Aneeds-implementer) label. Don't be afraid if the solution is not clear to you! The core PyO3 contributors will be happy to mentor you through any questions you have to help you write the solution.