Fix spelling in get_plugin_interface docstring
Change-Id: I2d0910091184ceb183019778fb1adcc3baf8676d
This commit is contained in:
parent
009725f9b3
commit
82822fd60b
@ -149,7 +149,7 @@ class ExtensionDescriptor(object):
|
|||||||
def get_plugin_interface(self):
|
def get_plugin_interface(self):
|
||||||
"""Returns an abstract class which defines contract for the plugin.
|
"""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
|
Methods in this abstract class should be decorated as abstractmethod
|
||||||
"""
|
"""
|
||||||
return None
|
return None
|
||||||
|
Loading…
x
Reference in New Issue
Block a user