Skip to content

Commit

Permalink
Fix capitalization of Unix in multiprocessing documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkinsw committed Sep 18, 2022
1 parent 670007a commit f9227f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Doc/library/multiprocessing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,8 @@ to start a process. These *start methods* are
subprocess. See :issue:`33725`.

.. versionchanged:: 3.4
*spawn* added on all unix platforms, and *forkserver* added for
some unix platforms.
*spawn* added on all Unix platforms, and *forkserver* added for
some Unix platforms.
Child processes no longer inherit all of the parents inheritable
handles on Windows.

Expand Down

0 comments on commit f9227f3

Please sign in to comment.