File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -138,9 +138,9 @@ alter the default behavior:
138
138
.. option :: --inspect-mode
139
139
140
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
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
144
144
code parsing. Implies :option: `--no-analysis ` as analysis requires source
145
145
code.
146
146
You can’t perform that action at this time.
0 commit comments