Fix some reST field lists in docstrings
Probably the most common format for documenting arguments is reST field lists [1]. This change updates some docstrings to comply with the field lists syntax. Change-Id: I7ab0f078796c2f0078d437e5b8c9450a30c16f62
This commit is contained in:
parent
a90d9165b8
commit
bc9581caac
@ -199,7 +199,7 @@ class SecretBehaviors(base_behaviors.BaseBehaviors):
|
|||||||
:param expected_fail: If test is expected to fail the deletion
|
:param expected_fail: If test is expected to fail the deletion
|
||||||
:param use_auth: Boolean for whether to send authentication headers
|
:param use_auth: Boolean for whether to send authentication headers
|
||||||
:param user_name: The user name used to delete the secret
|
:param user_name: The user name used to delete the secret
|
||||||
:return A request response object
|
:return: A request response object
|
||||||
"""
|
"""
|
||||||
resp = self.client.delete(secret_ref, extra_headers=extra_headers,
|
resp = self.client.delete(secret_ref, extra_headers=extra_headers,
|
||||||
omit_headers=omit_headers,
|
omit_headers=omit_headers,
|
||||||
|
Loading…
Reference in New Issue
Block a user