From 54800e2d08351f26b108285b52538d070948021e Mon Sep 17 00:00:00 2001 From: John Litborn <11260241+jakkdl@users.noreply.github.com> Date: Tue, 25 Feb 2025 15:02:30 +0100 Subject: [PATCH] Apply suggestions from code review Co-authored-by: A5rocks --- docs/source/reference-core.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/reference-core.rst b/docs/source/reference-core.rst index bbeaea87b..bfcb6c57e 100644 --- a/docs/source/reference-core.rst +++ b/docs/source/reference-core.rst @@ -1744,7 +1744,7 @@ so sometimes you'll get an unhelpful `TrioInternalError`. (And sometimes it will seem to work, which is probably the worst outcome of all, since then you might not notice the issue until you perform some minor refactoring of the generator or the code that's iterating it, or -just get unlucky. There is a draft :pep:`798` with accompanying +just get unlucky. There is a draft :pep:`789` with accompanying `discussion thread `__ that would at least make it fail consistently.)