Skip to content

Commit 0514c9d

Browse files
authored
Fixed minor grammatical errors (#2867)
1 parent 4f1bbe8 commit 0514c9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/docsite/rst/dev_guide/sidecar.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The format of a YAML documentation file is nearly identical to its Python equiva
2020

2121
YAML format
2222
-----------
23-
In Python each section is a variable ``DOCUMENTATION = r""" ... """`` while in YAML it is a mapping key ``DOCUMENTATION: ...``.
23+
In Python, each section is a variable ``DOCUMENTATION = r""" ... """`` while in YAML, it is a mapping key ``DOCUMENTATION: ...``.
2424

2525
Here is a longer example that shows documentation as embedded in a Python file:
2626

@@ -82,7 +82,7 @@ Any adjacent YAML documentation files must be in the same directory as the plugi
8282

8383
Supported plugin types
8484
----------------------
85-
YAML documentation is mainly intended for filters, tests and modules. While it is possible to use with other plugin types, Ansible always recommends having documentation in the same file as the code for most cases.
85+
YAML documentation is mainly intended for filters, tests, and modules. While it is possible to use it with other plugin types, Ansible always recommends having documentation in the same file as the code for most cases.
8686

8787
.. seealso::
8888

0 commit comments

Comments
 (0)