Skip to content

Commit c47ce18

Browse files
doc/configuration: use consistent lower case description for arguments
Signed-off-by: Bastian Krause <bst@pengutronix.de>
1 parent c7237e0 commit c47ce18

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

doc/configuration.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -515,8 +515,8 @@ expressions.
515515

516516
Arguments:
517517
- url (str): URL to use for setting a new state
518-
- body_asserted (str): Request body to send to assert the output
519-
- body_deasserted (str): Request body to send to de-assert the output
518+
- body_asserted (str): request body to send to assert the output
519+
- body_deasserted (str): request body to send to de-assert the output
520520
- method (str, default="PUT"): HTTP method to set a new state
521521

522522
- url_get (str): optional, URL to use instead of ``url`` for getting the state
@@ -1387,7 +1387,7 @@ interrupts or unix kill signals may lead to hanging containers, however;
13871387
therefore auto-cleanup is important.
13881388

13891389
Arguments:
1390-
- docker_daemon_url (str): The url of the daemon to use for this target
1390+
- docker_daemon_url (str): url of the daemon to use for this target
13911391

13921392
Used by:
13931393
- `DockerDriver`_

0 commit comments

Comments
 (0)