We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3a6540 commit 03d01a4Copy full SHA for 03d01a4
docs/source/stubgen.rst
@@ -138,9 +138,9 @@ alter the default behavior:
138
.. option:: --inspect-mode
139
140
Import and inspect modules instead of parsing source code. This is the default
141
- behavior for c modules and pyc-only packages. The flag is useful to force
142
- inspection for pure python modules that make use of dynamically generated
143
- members that would otherwiswe be omitted when using the default behavior of
+ behavior for C modules and pyc-only packages. The flag is useful to force
+ inspection for pure Python modules that make use of dynamically generated
+ members that would otherwise be omitted when using the default behavior of
144
code parsing. Implies :option:`--no-analysis` as analysis requires source
145
code.
146
0 commit comments