We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7556b4 commit da8a415Copy full SHA for da8a415
src/trio/_channel.py
@@ -563,7 +563,7 @@ async def context_manager(
563
raise_single_exception_from_group(eg)
564
except AssertionError:
565
raise RuntimeError(
566
- "Encountered exception during cleanup of generator object, as well as exception in the contextmanager body"
+ "Encountered exception during cleanup of generator object, as well as exception in the contextmanager body."
567
) from eg
568
569
async def _move_elems_to_channel(
0 commit comments