[PR #9447/5f47127e backport][stable-10] adjust doc style - batch 2 (#9463)

adjust doc style - batch 2 (#9447)

(cherry picked from commit 5f47127ef7)

Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
This commit is contained in:
patchback[bot] 2024-12-29 14:12:46 +01:00 committed by GitHub
parent ec6c2a76ad
commit cb969fc468
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
21 changed files with 47 additions and 47 deletions

View file

@ -22,7 +22,7 @@ attributes:
options:
state:
description:
- Define a public ip state to create, remove, or update.
- Define a public IP state to create, remove, or update.
type: str
required: false
default: 'present'
@ -108,7 +108,7 @@ EXAMPLES = r"""
RETURN = r"""
public_ip:
description: Information about the public ip that was processed.
description: Information about the public IP that was processed.
type: dict
sample: '{"id": "F77CC589EBC120905B4F4719217BFF6D", "ip": "10.5.132.106"}'
returned: always