Skip to content

Commit d80ebf1

Browse files
committed
PR comments for docs
1 parent 206dfc4 commit d80ebf1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Doc/whatsnew/3.15.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -326,8 +326,8 @@ concurrent.futures
326326

327327
* Improved error reporting when a child process in a
328328
:class:`concurrent.futures.ProcessPoolExecutor` terminates abruptly.
329-
The resulting traceback will now tell you the process
330-
id and exit code of the terminated process.
329+
The resulting traceback will now tell you the PID and exit code of the
330+
terminated process.
331331
(Contributed by Jonathan Berg in :gh:`139486`.)
332332

333333
dbm
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
When a child process in a :class:`concurrent.futures.ProcessPoolExecutor`
2-
terminates abruptly, the resulting traceback will now tell you the process
3-
id and exit code of the terminated process. Contributed by Jonathan Berg.
2+
terminates abruptly, the resulting traceback will now tell you the PID
3+
and exit code of the terminated process. Contributed by Jonathan Berg.

0 commit comments

Comments
 (0)