Skip to content

Commit 79754b8

Browse files
committed
fix docstring
1 parent 22e4765 commit 79754b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/trio/_subprocess.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -652,7 +652,7 @@ async def my_deliver_cancel(process):
652652
and the process exits with a nonzero exit status
653653
OSError: if an error is encountered starting or communicating with
654654
the process
655-
ExceptionGroup: if exceptions occur in `deliver_cancel`, or when exceptions occur when communicating with the subprocess. If strict_exception_groups is set to false in the global context, then single exceptions will be collapsed.
655+
ExceptionGroup: if exceptions occur in ``deliver_cancel``, or when exceptions occur when communicating with the subprocess. If strict_exception_groups is set to false in the global context, then single exceptions will be collapsed.
656656
657657
.. note:: The child process runs in the same process group as the parent
658658
Trio process, so a Ctrl+C will be delivered simultaneously to both

0 commit comments

Comments
 (0)