Fix :param: in docstring
In docstring :param should be used instead of :param:. Change-Id: I48b6e35c5835eb06638c31b9ad2de1801ef5dfd2
This commit is contained in:
@@ -1699,7 +1699,7 @@ class PowerMaxRest(object):
|
||||
"snapVxCapable": true,
|
||||
"rdfCapable": true}
|
||||
|
||||
:param: array
|
||||
:param array
|
||||
:returns: capabilities dict for the given array
|
||||
"""
|
||||
array_capabilities = None
|
||||
|
||||
Reference in New Issue
Block a user