Skip to content

Commit 98fbdf4

Browse files
refactor: replace strong with paragraph
1 parent 3cdf9f2 commit 98fbdf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code_annotations/contrib/sphinx/extensions/openedx_events.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ def iter_nodes(self):
137137
for repository, path in zip(event_trigger_repository, event_trigger_path):
138138
triggers_bullet_list += nodes.list_item(
139139
"",
140-
nodes.strong(
140+
nodes.paragraph(
141141
"",
142142
"Path: ",
143143
nodes.reference(

0 commit comments

Comments
 (0)