Merge "Update the docstring of `sub_processors()`"

This commit is contained in:
Zuul 2019-01-21 01:08:24 +00:00 committed by Gerrit Code Review
commit 3c7ddb1d19
1 changed files with 1 additions and 5 deletions

View File

@ -113,11 +113,7 @@ class Processor(base.ResourceBase):
@property
@utils.cache_it
def sub_processors(self):
"""A reference to
the collection of Sub-Processors associated with
this system, such as cores or threads that are part of a processor.
"""
"""A reference to the collection of Sub-Processors"""
return ProcessorCollection(
self.conn, self._get_processor_collection_path,
redfish_version=self.redfish_version)