diff options
| author | Justin Santa Barbara <justin@fathomdb.com> | 2011-03-29 15:52:04 -0700 |
|---|---|---|
| committer | Justin Santa Barbara <justin@fathomdb.com> | 2011-03-29 15:52:04 -0700 |
| commit | 11d258e1d8a4a78a699aa564b5f8139bf0b73db2 (patch) | |
| tree | 41133ba47f03b644b38aa11f8abea91c587348b7 /nova/api | |
| parent | 034a841cbac8e73c55e9525df7360a068fe9d892 (diff) | |
Added missing blank line at end of multiline docstring
Diffstat (limited to 'nova/api')
| -rw-r--r-- | nova/api/openstack/extensions.py | 4 |
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. |
