summaryrefslogtreecommitdiff
path: root/src/flake8
diff options
context:
space:
mode:
authorAnthony Sottile <asottile@umich.edu>2018-11-11 16:13:22 +0000
committerAnthony Sottile <asottile@umich.edu>2018-11-11 16:13:22 +0000
commitcd75e4e2b2f72b585d6eaf75dd9b3afe4ecdb925 (patch)
tree29689a5032b948d1fb88bb91348a348da28c28da /src/flake8
parent4439ea202526b50154d287f3e581222a4c86d782 (diff)
parentdedb741fadc19fd547798afb8def09e776840341 (diff)
downloadflake8-cd75e4e2b2f72b585d6eaf75dd9b3afe4ecdb925.tar.gz
Merge branch 'grammar' into 'master'
Grammar fixes See merge request pycqa/flake8!266
Diffstat (limited to 'src/flake8')
-rw-r--r--src/flake8/plugins/manager.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/flake8/plugins/manager.py b/src/flake8/plugins/manager.py
index e17fc17..6d0cf99 100644
--- a/src/flake8/plugins/manager.py
+++ b/src/flake8/plugins/manager.py
@@ -339,7 +339,7 @@ class PluginManager(object): # pylint: disable=too-few-public-methods
def version_for(plugin):
# (Plugin) -> Union[str, NoneType]
- """Determine the version of a plugin by it's module.
+ """Determine the version of a plugin by its module.
:param plugin:
The loaded plugin