Skip to content

Commit

Permalink
Rearrange a couple stray docstring lines
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffrey Hogan committed Jul 14, 2018
1 parent 65451e3 commit 0a67812
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hvac/v1/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1709,11 +1709,11 @@ def tune_auth_backend(self, backend_type, mount_point=None, default_lease_ttl=No
:param max_lease_ttl:
:type max_lease_ttl: int.
:param audit_non_hmac_request_keys: Specifies the comma-separated list of keys that will not be HMAC'd by
:type audit_non_hmac_request_keys: list.
audit devices in the request data object.
:type audit_non_hmac_request_keys: list.
:param audit_non_hmac_response_keys: Specifies the comma-separated list of keys that will not be HMAC'd
:type audit_non_hmac_response_keys: list.
by audit devices in the response data object.
:type audit_non_hmac_response_keys: list.
:param listing_visibility: Specifies whether to show this mount in the UI-specific listing endpoint.
Valid values are "unauth" or "".
:type listing_visibility: str.
Expand Down

0 comments on commit 0a67812

Please sign in to comment.