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:
parent
c6433c2e61
commit
731994050a
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.
|
||||
"""
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user