Skip to content

Commit da8a415

Browse files
committed
.
1 parent e7556b4 commit da8a415

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/trio/_channel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -563,7 +563,7 @@ async def context_manager(
563563
raise_single_exception_from_group(eg)
564564
except AssertionError:
565565
raise RuntimeError(
566-
"Encountered exception during cleanup of generator object, as well as exception in the contextmanager body"
566+
"Encountered exception during cleanup of generator object, as well as exception in the contextmanager body."
567567
) from eg
568568

569569
async def _move_elems_to_channel(

0 commit comments

Comments
 (0)