fmartingr
/
jeeves
Archived
1
0
Fork 0

Docstring typo

This commit is contained in:
Felipe Martin 2020-02-29 13:49:24 +01:00
parent a8a889a00f
commit 376925e6ed
Signed by: fmartingr
GPG Key ID: 716BC147715E716F
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ class DockerAction(Action):
+----------------+------+-----------+----------------------------------------------+
| Parameter name | Type | Mandatory | Description |
+================+======+===========+==============================================+
| ``image`` | text | no | Image to run (defaults to ``DEFAULT_IMAGE``) |
| ``image`` | text | no | Image to run (defaults to ``alpine:latest``) |
| ``command`` | text | yes | The command to be executed |
+----------------+------+-----------+----------------------------------------------+
"""