summaryrefslogtreecommitdiff
path: root/flake8/plugins/manager.py
diff options
context:
space:
mode:
authorIan Cordasco <graffatcolmingov@gmail.com>2016-01-31 23:59:53 -0600
committerIan Cordasco <graffatcolmingov@gmail.com>2016-01-31 23:59:53 -0600
commitf4f68b6442e26a29a86cb7bcd3a3b2cfe01438d6 (patch)
tree89ed8ff56c553ba26ee1e9082d69167a8603c549 /flake8/plugins/manager.py
parent4cf48b9b772c558363340d64bacb35a867c945c6 (diff)
downloadflake8-f4f68b6442e26a29a86cb7bcd3a3b2cfe01438d6.tar.gz
Document our plugin handling
Diffstat (limited to 'flake8/plugins/manager.py')
-rw-r--r--flake8/plugins/manager.py2
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.