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 a3f6de0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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

0 comments on commit a3f6de0

Please sign in to comment.