From 408deab4e07989368ea5ab3611bd0f41209542cd Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Sat, 16 Feb 2013 15:28:52 -0500 Subject: [PATCH] Slight doc tweak --- docsite/rst/contrib.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docsite/rst/contrib.rst b/docsite/rst/contrib.rst index 0e2e3faa80..da8842eae8 100644 --- a/docsite/rst/contrib.rst +++ b/docsite/rst/contrib.rst @@ -9,7 +9,7 @@ Ansible Modules ``````````````` Ansible modules are a way of adding new client-side logic to ansible. -They can be written in any language. Generally our goal is to include most modules in core, +They can be written in any language. Generally our goal is to include most modules in core ("batteries included!"), though a few may remain outside of core depending on use cases and implementations. - `Official "core" ansible modules `_ - various