Trivial: Fix a typo in resource.py.
Change-Id: I714b9c5aaebe58e56d18b41f5e4bfcb8873f8694
This commit is contained in:
@@ -569,7 +569,7 @@ class Resource(collections.MutableMapping):
|
||||
@classmethod
|
||||
def get_data_by_id(cls, session, resource_id, path_args=None,
|
||||
include_headers=False):
|
||||
"""Get a the attributes of a remote resource from an id.
|
||||
"""Get the attributes of a remote resource from an id.
|
||||
|
||||
:param session: The session to use for making this request.
|
||||
:type session: :class:`~openstack.session.Session`
|
||||
|
Reference in New Issue
Block a user