Commit 7f169bc
yuj
Use plain inline code for LineTooLong in CHANGES entry
Sphinx nitpicky mode can't resolve :exc:`~aiohttp.http_exceptions.LineTooLong`
since the exception isn't autodoc'd. Match the convention from other CHANGES
entries (e.g. 10611.bugfix.rst) and use plain inline code instead.1 parent f35a1f9 commit 7f169bc
1 file changed
Lines changed: 6 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
0 commit comments