Skip to content

Commit 52db903

Browse files
[libc][docs] fix typo
Fixes: #119621
1 parent 2db2dc8 commit 52db903

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
@@ -183,7 +183,7 @@ def print_impl_status_rst(header: Header, api: Dict):
183183
# This code implicitly relies on docgen.py being in the same dir as the json
184184
# files and is likely to need to be fixed when re-integrating docgen into
185185
# hdrgen.
186-
def get_choices() -> List:
186+
def get_choices() -> list:
187187
choices = []
188188
for path in Path(__file__).parent.rglob("*.json"):
189189
fname = path.with_suffix(".h").name

0 commit comments

Comments
 (0)