Trivial: Fix a typo in resource.py.

Change-Id: I714b9c5aaebe58e56d18b41f5e4bfcb8873f8694
This commit is contained in:
Tang Chen
2015-11-29 00:47:19 +08:00
parent 41449a3396
commit 07ea9fa7c2

View File

@@ -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`