diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2019-12-08 10:49:04 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2019-12-08 10:49:04 -0500 |
commit | d5d3cb077e11db37ead90cbf14baf3357c3f9493 (patch) | |
tree | 260cbb10a170f87077928449f3388ef1bca822a2 /coverage/control.py | |
parent | 8ed8cbec7581d942a8aaafd1341fe20fb33aef96 (diff) | |
download | python-coveragepy-git-d5d3cb077e11db37ead90cbf14baf3357c3f9493.tar.gz |
Fix two misspellings
Diffstat (limited to 'coverage/control.py')
-rw-r--r-- | coverage/control.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coverage/control.py b/coverage/control.py index 53942242..28d57535 100644 --- a/coverage/control.py +++ b/coverage/control.py @@ -104,7 +104,7 @@ class Coverage(object): will use values from the config file. `data_file` is the base name of the data file to use. The config value - defaults to ".coverage". None can be provied to prevent writing a data + defaults to ".coverage". None can be provided to prevent writing a data file. `data_suffix` is appended (with a dot) to `data_file` to create the final file name. If `data_suffix` is simply True, then a suffix is created with the machine and process identity included. |