From dd79a27e7344b3a1ffdd1f829cd88170bf3ab75d Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Thu, 22 Jan 2015 23:05:35 -0800 Subject: [PATCH] Spelling and grammar fix --- lib/ansible/modules/cloud/docker/docker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/cloud/docker/docker.py b/lib/ansible/modules/cloud/docker/docker.py index b9c379eed4..14170221f8 100644 --- a/lib/ansible/modules/cloud/docker/docker.py +++ b/lib/ansible/modules/cloud/docker/docker.py @@ -96,7 +96,7 @@ options: version_added: "1.5" memory_limit: description: - - Set RAM allocated to container + - Set RAM allocated to container. It will be passed as a number of bytes. For example 1048576 = 1Gb required: false default: null aliases: []