Skip to content

Commit 86d1dd9

Browse files
committed
Fix typo
1 parent 6cafe50 commit 86d1dd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sphinx_notion/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ def _create_rich_text_from_children(*, node: nodes.Element) -> Text:
193193
color=_color_from_node(node=child),
194194
)
195195
elif isinstance(child, nodes.title_reference):
196-
# We match the behaviour of the HTML builder here.
196+
# We match the behavior of the HTML builder here.
197197
# If you render ``A `B``` in HTML, it will render as
198198
# ``A <i>B</i>``.
199199
new_text = text(

0 commit comments

Comments
 (0)