summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAnthony Sottile <asottile@umich.edu>2019-08-18 22:05:00 +0000
committerAnthony Sottile <asottile@umich.edu>2019-08-18 22:05:00 +0000
commit76515bbb8e0f5679d5ad69f0b38eae059ef593ce (patch)
tree35732c462211f6560304b3bee84a6dd9cd88c9f2 /src
parentb66ebd7034090f96cb0806e5e2d8026b6e35d045 (diff)
downloadflake8-76515bbb8e0f5679d5ad69f0b38eae059ef593ce.tar.gz
Apply suggestion to src/flake8/formatting/base.py
Diffstat (limited to 'src')
-rw-r--r--src/flake8/formatting/base.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/flake8/formatting/base.py b/src/flake8/formatting/base.py
index 36dc905..ae78f49 100644
--- a/src/flake8/formatting/base.py
+++ b/src/flake8/formatting/base.py
@@ -38,9 +38,11 @@ class BaseFormatter(object):
This also calls a hook, :meth:`after_init`, so subclasses do not need
to call super to call this method.
- :param argparse.Namespace options:
+ :param options:
User specified configuration parsed from both configuration files
and the command-line interface.
+ :type options:
+ :class:`argparse.Namespace`
"""
self.options = options
self.filename = options.output_file