Skip to content

Commit 2e5b163

Browse files
committed
fix bad string formatting
1 parent 5ff77f8 commit 2e5b163

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/custom_inherit/_doc_parse_tools/section_items.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ def indent(text, padding):
2525
"Methods",
2626
"Other Parameters",
2727
"Args",
28-
"Arguments" "Keyword Args",
28+
"Arguments",
29+
"Keyword Args",
2930
"Keyword Arguments",
3031
}
3132

0 commit comments

Comments
 (0)