Skip to content

Commit f337bca

Browse files
committed
fix(review): replace dangling temp-file reference with PR number in docstring
1 parent d4317cd commit f337bca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/arch/test_pipeline_ordering.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
The pipeline must run semantic rules AFTER _prune_skipped_steps so that pruned
44
steps are never seen by semantic rules. This prevents pre-prune semantic
55
findings from poisoning the validity computation (the root cause of the
6-
codex open_kitchen "unknown structural error" bug — see investigation_from_issue.md).
6+
codex open_kitchen "unknown structural error" bug — see PR #4059).
77
"""
88

99
from __future__ import annotations

0 commit comments

Comments
 (0)