From d5d3cb077e11db37ead90cbf14baf3357c3f9493 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sun, 8 Dec 2019 10:49:04 -0500 Subject: Fix two misspellings --- coverage/control.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'coverage/control.py') 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. -- cgit v1.2.1