Skip to content

Commit 62bb7a3

Browse files
authored
multiprocessing.spawn doc: Capitalize the p in "Python" (pythongh-94462)
1 parent 594c369 commit 62bb7a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/multiprocessing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ Depending on the platform, :mod:`multiprocessing` supports three ways
9696
to start a process. These *start methods* are
9797

9898
*spawn*
99-
The parent process starts a fresh python interpreter process. The
99+
The parent process starts a fresh Python interpreter process. The
100100
child process will only inherit those resources necessary to run
101101
the process object's :meth:`~Process.run` method. In particular,
102102
unnecessary file descriptors and handles from the parent process

0 commit comments

Comments
 (0)