From c67735792b2d6481e9a5d0de468062c776834759 Mon Sep 17 00:00:00 2001 From: Ian Cordasco Date: Thu, 21 Jan 2016 08:32:46 -0600 Subject: [PATCH] Add documentation to PluginManager.map --- flake8/plugins/manager.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/flake8/plugins/manager.py b/flake8/plugins/manager.py index e4ad20e..8fd3a24 100644 --- a/flake8/plugins/manager.py +++ b/flake8/plugins/manager.py @@ -169,7 +169,8 @@ class PluginManager(object): pass Any extra positional or keyword arguments specified with map will - be passed along to this function after the plugin. + be passed along to this function after the plugin. The plugin + passed is a :class:`~flake8.plugins.manager.Plugin`. :param args: Positional arguments to pass to ``func`` after each plugin. :param kwargs: