Skip to content

Commit 15692ec

Browse files
committed
fixed typo
1 parent 18629f1 commit 15692ec

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

coverage/cmdline.py

+1-4
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ class Opts:
113113
)
114114
include_namespace_packages = optparse.make_option(
115115
'', '--include_namespace_packages', action='store_true',
116-
help="Include folders without and __init__.py in the Coverage.",
116+
help="Include folders without an __init__.py in the Coverage.",
117117
)
118118
pylib = optparse.make_option(
119119
'-L', '--pylib', action='store_true',
@@ -227,9 +227,6 @@ class Opts:
227227
)
228228

229229

230-
231-
232-
233230
class CoverageOptionParser(optparse.OptionParser):
234231
"""Base OptionParser for coverage.py.
235232

0 commit comments

Comments
 (0)