From 47c1850de82937b24d01438ba5dbadbe83641326 Mon Sep 17 00:00:00 2001 From: Sam McCandlish <30874603+samsamoa@users.noreply.github.com> Date: Wed, 19 Jul 2023 11:54:22 -0700 Subject: [PATCH] Fix typo in reference-core.rst Normally I wouldn't make such a trivial PR, but this is such an excellent quote that I think it deserves to be fixed. --- 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 141e128026..f571d23294 100644 --- a/docs/source/reference-core.rst +++ b/docs/source/reference-core.rst @@ -693,7 +693,7 @@ Errors in multiple child tasks ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Normally, in Python, only one thing happens at a time, which means -that only one thing can wrong at a time. Trio has no such +that only one thing can go wrong at a time. Trio has no such limitation. Consider code like:: async def broken1():