diff options
Diffstat (limited to 'flake8/plugins/manager.py')
| -rw-r--r-- | flake8/plugins/manager.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/flake8/plugins/manager.py b/flake8/plugins/manager.py index f73d006..570c1d0 100644 --- a/flake8/plugins/manager.py +++ b/flake8/plugins/manager.py @@ -171,7 +171,7 @@ class PluginManager(object): LOG.info('Loaded %r for plugin "%s".', self.plugins[name], name) def map(self, func, *args, **kwargs): - """Call ``func`` with the plugin and *args and **kwargs after. + r"""Call ``func`` with the plugin and \*args and \**kwargs after. This yields the return value from ``func`` for each plugin. |
