From 15da783bea606861f4cb4545045c3e9a2c13a0cf Mon Sep 17 00:00:00 2001 From: hauntsaninja Date: Sun, 24 Sep 2023 21:25:39 -0700 Subject: [PATCH] stray paren --- docs/source/typing_anti_pitch.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/typing_anti_pitch.rst b/docs/source/typing_anti_pitch.rst index ff8ccf8f9..0e0c9b9fe 100644 --- a/docs/source/typing_anti_pitch.rst +++ b/docs/source/typing_anti_pitch.rst @@ -69,7 +69,7 @@ Advice for maintainers of untyped libraries You've made the decision that adding static types isn't the right choice for your library. But perhaps you'd still like to help your users who do use static type checking -- and maybe you have -some enthusiastic would-be contributors willing to help with this). +some enthusiastic would-be contributors willing to help with this. One option is encourage such contributors to publish a :pep:`561` stub-only package that is maintained separately from your main project. You could also contribute these stubs to the