From 176363052fa20fcd76f22e7e14859e5b7b15de5f Mon Sep 17 00:00:00 2001 From: chouseknecht Date: Wed, 18 May 2016 15:03:10 -0400 Subject: [PATCH] Uppercase --- 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 351a6faab78..d0802eca1f7 100644 --- a/lib/ansible/modules/cloud/docker/docker.py +++ b/lib/ansible/modules/cloud/docker/docker.py @@ -27,7 +27,7 @@ module: docker version_added: "1.4" short_description: manage docker containers description: - - This is the original Ansible module for managing the docker container life cycle. + - This is the original Ansible module for managing the Docker container life cycle. - NOTE: Additional and newer modules are available. For the latest on orchestrating containers with Ansible visit our Getting Started with Docker Guide at U(https://github.com/ansible/ansible/blob/devel/docsite/rst/guide_docker.rst). options: