Skip to content

Commit 4f8e1b6

Browse files
committed
update comments
1 parent e7a00d7 commit 4f8e1b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_posix.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ def test_register_at_fork_multiple_runs(self):
311311
with open(r, "rb") as f:
312312
data = f.read()
313313
assert len(data) == 9, data
314-
# Check before-fork callbacks
314+
# Check return values of all callbacks
315315
assert data == b'ABCDABECF', data
316316
finally:
317317
os.write(fin_w, b'!')

0 commit comments

Comments
 (0)