Commit e7e7bd8
tests/cpydiff: Use literal markup for __init__ in exception_construction.
The description and workaround wrapped __init__ in single backticks.
With Sphinx default_role="any", that became an unresolved :any: xref
("reference target not found: __init__"). Use double backticks for
literal code, matching the same test's ``super().__init__`` markup.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>1 parent cadf300 commit e7e7bd8
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
0 commit comments