Skip to content

Commit e658a1f

Browse files
committed
Fix missing comma in rev_multilink doc example.
1 parent 1d39310 commit e658a1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/customizing.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -745,7 +745,7 @@ behaviour:
745745
issue = IssueClass(db, "issue",
746746
...
747747
part_of = Link("issue"),
748-
components = Multilink("issue")
748+
components = Multilink("issue"),
749749
... )
750750

751751
Then wrote a detector to update the components property on the

0 commit comments

Comments
 (0)