Merge "Fix spelling in get_plugin_interface docstring"

This commit is contained in:
Jenkins 2014-08-02 15:05:19 +00:00 committed by Gerrit Code Review
commit a566fb79ba
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ class ExtensionDescriptor(object):
def get_plugin_interface(self):
"""Returns an abstract class which defines contract for the plugin.
The abstract class should inherit from extesnions.PluginInterface,
The abstract class should inherit from extensions.PluginInterface,
Methods in this abstract class should be decorated as abstractmethod
"""
return None