PyDoc: correct use of single back-ticks

This commit is contained in:
Campbell Barton
2024-11-03 19:18:34 +11:00
parent 901359abf7
commit b00550916c
23 changed files with 52 additions and 50 deletions

View File

@@ -16,9 +16,9 @@ class ReleaseLogLine:
* issue_id: (int or None) the extracted issue id associated with this log
line. Can be None if the log line isn't associated with a issue.
* commit_id: (str or None) the extracted commit id associated with this log
line. Only filled when no `issue_id` could be found.
* ref: (str) `issue_id` or `commit_id` of this line, including `T` for issues
or `D` for diffs.
line. Only filled when no ``issue_id`` could be found.
* ref: (str) ``issue_id`` or ``commit_id`` of this line, including ``T`` for issues
or ``D`` for diffs.
* title: (str) title of this log line. When constructed this attribute is
an empty string. The called needs to retrieve the title from the
backend.