Skip to content

Commit 5d78d24

Browse files
committed
Try to fix doc build error
1 parent c4342e3 commit 5d78d24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/whatsnew/3.15.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -744,8 +744,8 @@ subprocess
744744
process termination:
745745

746746
- Linux ≥= 5.3 uses :func:`os.pidfd_open` + :func:`select.poll`
747-
- macOS and other BSD variants use :func:`select.kqueue` + ``KQ_FILTER_PROC``
748-
+ ``KQ_NOTE_EXIT``
747+
- macOS and other BSD variants use :func:`select.kqueue` +
748+
``KQ_FILTER_PROC`` + ``KQ_NOTE_EXIT``
749749
- Windows keeps using ``WaitForSingleObject`` (unchanged)
750750

751751
If none of these mechanisms are available, the function falls back to the

0 commit comments

Comments
 (0)