From 87e2fe503a813c2396b1a9ec6865013d0cfccd08 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sun, 20 Nov 2016 09:17:57 -0500 Subject: Fix the docstring --- coverage/config.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'coverage') diff --git a/coverage/config.py b/coverage/config.py index 7adcba39..6750b793 100644 --- a/coverage/config.py +++ b/coverage/config.py @@ -385,12 +385,13 @@ class CoverageConfig(object): def read_coverage_config(config_file, **kwargs): - """Read configuration, returning a `CoverageConfig` object. + """Read the coverage.py configuration. Arguments: config_file: a boolean or string, see the `Coverage` class for the tricky details. - all others: key + all others: keyword arguments from the `Coverage` class, used for + setting values in the configuration. Returns: config_file, config: -- cgit v1.2.1