Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
felix-ht committed May 30, 2022
1 parent 18629f1 commit 15692ec
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions coverage/cmdline.py
Expand Up @@ -113,7 +113,7 @@ class Opts:
)
include_namespace_packages = optparse.make_option(
'', '--include_namespace_packages', action='store_true',
help="Include folders without and __init__.py in the Coverage.",
help="Include folders without an __init__.py in the Coverage.",
)
pylib = optparse.make_option(
'-L', '--pylib', action='store_true',
Expand Down Expand Up @@ -227,9 +227,6 @@ class Opts:
)





class CoverageOptionParser(optparse.OptionParser):
"""Base OptionParser for coverage.py.
Expand Down

0 comments on commit 15692ec

Please sign in to comment.