Skip to content

Commit 02d2f07

Browse files
Update Tools/check-c-api-docs/main.py
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
1 parent f487d6e commit 02d2f07

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
@@ -28,7 +28,7 @@
2828
"""
2929

3030

31-
def found_undocumented(singular: bool):
31+
def found_undocumented(singular: bool) -> str:
3232
some = "an" if singular else "some"
3333
s = "" if singular else "s"
3434
these = "this" if singular else "these"

0 commit comments

Comments
 (0)