Skip to content

Commit 58d211b

Browse files
committed
mitogen/parent: Fix typo
Signed-off-by: Marc Hartmayer <[email protected]>
1 parent 9c71a15 commit 58d211b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mitogen/parent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1417,7 +1417,7 @@ def __repr__(self):
14171417
# w: write side of core_src FD.
14181418
# C: the decompressed core source.
14191419

1420-
# Final os.close(STDOUT_FILENO) to avoid --py-debug build corrupting stream with
1420+
# Final os.close(STDERR_FILENO) to avoid --py-debug build corrupting stream with
14211421
# "[1234 refs]" during exit.
14221422
@staticmethod
14231423
def _first_stage():

0 commit comments

Comments
 (0)