diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2017-12-26 22:46:10 -0500 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2017-12-26 22:46:10 -0500 |
| commit | e7d0f66fb5f7eebe647f8b16670cb0fbde6b2c1f (patch) | |
| tree | c32e2b6a18694ad3a3bed43f3e3f5b3beb0b3f59 | |
| parent | 7dd75ac45d071001a868299e73f14530083d5697 (diff) | |
| download | python-coveragepy-e7d0f66fb5f7eebe647f8b16670cb0fbde6b2c1f.tar.gz | |
Correct a docstring.
| -rw-r--r-- | coverage/plugin_support.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coverage/plugin_support.py b/coverage/plugin_support.py index 8a4fbec..66cc710 100644 --- a/coverage/plugin_support.py +++ b/coverage/plugin_support.py @@ -28,7 +28,7 @@ class Plugins(object): def load_plugins(cls, modules, config, debug=None): """Load plugins from `modules`. - Returns a list of loaded and configured plugins. + Returns a Plugins object with the loaded and configured plugins. """ plugins = cls() |
