diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2017-02-03 07:48:43 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2017-02-03 07:48:43 -0500 |
commit | 53cac9c0175c9f15254439815824712506241598 (patch) | |
tree | 5fe8522f83258d46929b43519f89cf0d7f141c4d /coverage/control.py | |
parent | 1b757d383820b78b97e86f2902aa6c339bddeda3 (diff) | |
download | python-coveragepy-53cac9c0175c9f15254439815824712506241598.tar.gz |
Fix this comment that was left behind
Diffstat (limited to 'coverage/control.py')
-rw-r--r-- | coverage/control.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/coverage/control.py b/coverage/control.py index 8ea5153..3cfb2f1 100644 --- a/coverage/control.py +++ b/coverage/control.py @@ -135,8 +135,7 @@ class Coverage(object): The `concurrency` parameter can now be a list of strings. """ - # Build our configuration from a number of sources: - # 1: defaults: + # Build our configuration from a number of sources. self.config_file, self.config = read_coverage_config( config_file=config_file, data_file=data_file, cover_pylib=cover_pylib, timid=timid, |