Update the docstring of `sub_processors()`

A follow up patch to Change-Id
I479bc18f79c6c51644115671ef68a879a94d102e

Change-Id: Iccd414e3b92d9b03eaec8ec3ac511a10171bd617
This commit is contained in:
dnuka 2019-01-17 19:10:22 +05:30
parent 815da08998
commit 70485a977e
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)