summaryrefslogtreecommitdiffstats
path: root/nova
diff options
context:
space:
mode:
authorJustin Santa Barbara <justin@fathomdb.com>2011-03-29 15:52:04 -0700
committerJustin Santa Barbara <justin@fathomdb.com>2011-03-29 15:52:04 -0700
commit11d258e1d8a4a78a699aa564b5f8139bf0b73db2 (patch)
tree41133ba47f03b644b38aa11f8abea91c587348b7 /nova
parent034a841cbac8e73c55e9525df7360a068fe9d892 (diff)
Added missing blank line at end of multiline docstring
Diffstat (limited to 'nova')
-rw-r--r--nova/api/openstack/extensions.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/nova/api/openstack/extensions.py b/nova/api/openstack/extensions.py
index d1d479313..631275235 100644
--- a/nova/api/openstack/extensions.py
+++ b/nova/api/openstack/extensions.py
@@ -41,7 +41,9 @@ class ExtensionDescriptor(object):
"""Base class that defines the contract for extensions.
Note that you don't have to derive from this class to have a valid
- extension; it is purely a convenience."""
+ extension; it is purely a convenience.
+
+ """
def get_name(self):
"""The name of the extension.