Fix indentation in docstrings

When building documentation, wrong indentation in docstring warnings are
leading to doc build errors (warning-is-error is enabled).

This patch is fixing indentation for indentation in docstrings so that
sphinx can build the documentation without warnings.

Change-Id: I0fccf1b38747603027850473211ddb17224e45e3
This commit is contained in:
Alfredo Moralejo 2019-02-12 10:49:20 +01:00 committed by Lin Yang
parent c6433c2e61
commit 731994050a
2 changed files with 12 additions and 12 deletions
rsd_lib/resources/v2_1/event_service

@ -62,7 +62,7 @@ class EventSubscription(base.ResourceBase):
protocol = base.Field("Protocol")
"""The protocol type of the event connection. Available protocols:
- "Redfish" - event type shall adhere to that defined in the
- "Redfish" - event type shall adhere to that defined in the \
Redfish specification.
"""