Skip to content

Commit 600efb0

Browse files
Fix double space in docstring: 'for C' -> 'for C'
1 parent cf71e34 commit 600efb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tools/check-c-api-docs/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def scan_file_for_docs(
7878
text: str,
7979
names: set[str]) -> tuple[list[str], list[str]]:
8080
"""
81-
Scan a header file for C API functions.
81+
Scan a header file for C API functions.
8282
"""
8383
undocumented: list[str] = []
8484
documented_ignored: list[str] = []

0 commit comments

Comments
 (0)