Skip to content

Commit 0ad8143

Browse files
committed
Correct style errors
1 parent 5fc4dcc commit 0ad8143

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/validate_rst_title_capitalization.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,8 @@ def correct_title_capitalization(title: str) -> str:
123123
Correctly capitalized heading.
124124
"""
125125

126-
# Skip modification no matter what if title begins by ":" to exclude specific syntax that is needed to build links.
126+
# Skip modification no matter what if title begins by ":" to exclude specific
127+
# syntax that is needed to build links.
127128
if title[0] == ":":
128129
return title
129130

0 commit comments

Comments
 (0)