Skip to content

Commit 03d01a4

Browse files
JelleZijlstrachadrik
authored andcommitted
Update docs/source/stubgen.rst
1 parent b3a6540 commit 03d01a4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/source/stubgen.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -138,9 +138,9 @@ alter the default behavior:
138138
.. option:: --inspect-mode
139139

140140
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
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 otherwise be omitted when using the default behavior of
144144
code parsing. Implies :option:`--no-analysis` as analysis requires source
145145
code.
146146

0 commit comments

Comments
 (0)