]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Fix spelling in get_plugin_interface docstring
authorStanislav Kudriashev <stas.kudriashev@gmail.com>
Thu, 31 Jul 2014 13:41:53 +0000 (16:41 +0300)
committerStanislav Kudriashev <stas.kudriashev@gmail.com>
Thu, 31 Jul 2014 13:45:43 +0000 (16:45 +0300)
Change-Id: I2d0910091184ceb183019778fb1adcc3baf8676d

neutron/api/extensions.py

index 4f9988e01e1ecda31150efe5299b58ede2eb6ca6..e67060339641ee86285eec9508ca45189df168cc 100644 (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