mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-02 11:56:52 +00:00
Grammar fixes
This commit is contained in:
parent
4439ea2025
commit
dedb741fad
5 changed files with 5 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue