Skip to content

Commit b08973c

Browse files
committed
Review notes
1 parent 63c02e2 commit b08973c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mypy/stubgenc.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ def generate_stub_for_c_module(
143143
target: str,
144144
known_modules: list[str],
145145
doc_dir: str = "",
146+
*,
146147
include_private: bool = False,
147148
export_less: bool = False,
148149
include_docstrings: bool = False,
@@ -210,7 +211,7 @@ class InspectionStubGenerator(BaseStubGenerator):
210211
"""Stub generator that does not parse code.
211212
212213
Generation is performed by inspecting the module's contents, and thus works
213-
for high dynamic modules, pyi files, and C modules (via the CStubGenerator
214+
for highly dynamic modules, pyc files, and C modules (via the CStubGenerator
214215
subclass).
215216
"""
216217

0 commit comments

Comments
 (0)