We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2db2dc8 commit 52db903Copy full SHA for 52db903
libc/utils/docgen/docgen.py
@@ -183,7 +183,7 @@ def print_impl_status_rst(header: Header, api: Dict):
183
# This code implicitly relies on docgen.py being in the same dir as the json
184
# files and is likely to need to be fixed when re-integrating docgen into
185
# hdrgen.
186
-def get_choices() -> List:
+def get_choices() -> list:
187
choices = []
188
for path in Path(__file__).parent.rglob("*.json"):
189
fname = path.with_suffix(".h").name
0 commit comments