Skip to content

Commit a3f6de0

Browse files
committed
fixed typo
1 parent 18629f1 commit a3f6de0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coverage/cmdline.py

+1-1
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',

0 commit comments

Comments
 (0)