From 8aee57ccb388674d49d0f7278c9ced247eb0872d 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/config.py') diff --git a/coverage/config.py b/coverage/config.py index 7adcba3..6750b79 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