Merge "Fix copy/paste errors in API docstrings"

This commit is contained in:
Jenkins
2013-12-19 20:58:18 +00:00
committed by Gerrit Code Review
2 changed files with 4 additions and 4 deletions

View File

@@ -90,7 +90,7 @@ class EventController(object):
@util.identified_stack
def index(self, req, identity, resource_name=None):
"""
Lists summary information for all resources
Lists summary information for all events
"""
if resource_name is None:
@@ -108,7 +108,7 @@ class EventController(object):
@util.identified_stack
def show(self, req, identity, resource_name, event_id):
"""
Gets detailed information for a stack
Gets detailed information for an event
"""
def event_match(ev):

View File

@@ -79,7 +79,7 @@ class ResourceController(object):
@util.identified_stack
def show(self, req, identity, resource_name):
"""
Gets detailed information for a stack
Gets detailed information for a resource
"""
res = self.engine.describe_stack_resource(req.context,
@@ -91,7 +91,7 @@ class ResourceController(object):
@util.identified_stack
def metadata(self, req, identity, resource_name):
"""
Gets detailed information for a stack
Gets metadata information for a resource
"""
res = self.engine.describe_stack_resource(req.context,