Grammar fixes

This commit is contained in:
Ville Skyttä 2018-11-11 11:14:51 +02:00
parent 4439ea2025
commit dedb741fad
5 changed files with 5 additions and 5 deletions

View file

@ -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