Skip to content

Commit 8c14af8

Browse files
committed
Docstrings should end with a period
1 parent 9efe91b commit 8c14af8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/bindings/python/clang/cindex.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2365,7 +2365,7 @@ def get_bitfield_width(self) -> int:
23652365
@cursor_null_guard
23662366
def is_function_inlined(self) -> bool:
23672367
"""
2368-
Check if the function is inlined
2368+
Check if the function is inlined.
23692369
"""
23702370
assert self.kind == TypeKind.FUNCTIONPROTO
23712371
return conf.lib.clang_Cursor_isFunctionInlined(self) # type: ignore [no-any-return]

0 commit comments

Comments
 (0)