Skip to content

Commit 21a1130

Browse files
appease linter
1 parent b6698a5 commit 21a1130

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libc/utils/docgen/docgen.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ def print_macros_rst(header: Header, macros: Dict):
162162

163163

164164
def print_impl_status_rst(header: Header, api: Dict):
165-
if (os.sep in header.name):
165+
if os.sep in header.name:
166166
print(".. include:: ../../check.rst\n")
167167
else:
168168
print(".. include:: ../check.rst\n")

0 commit comments

Comments
 (0)