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 18629f1 commit 15692ecCopy full SHA for 15692ec
coverage/cmdline.py
@@ -113,7 +113,7 @@ class Opts:
113
)
114
include_namespace_packages = optparse.make_option(
115
'', '--include_namespace_packages', action='store_true',
116
- help="Include folders without and __init__.py in the Coverage.",
+ help="Include folders without an __init__.py in the Coverage.",
117
118
pylib = optparse.make_option(
119
'-L', '--pylib', action='store_true',
@@ -227,9 +227,6 @@ class Opts:
227
228
229
230
-
231
232
233
class CoverageOptionParser(optparse.OptionParser):
234
"""Base OptionParser for coverage.py.
235
0 commit comments