From 2ef2f1247252b703acd3f806ad8132041badefe4 Mon Sep 17 00:00:00 2001 From: Daniel Roberts Date: Thu, 23 Oct 2014 16:39:09 -0400 Subject: [PATCH] Update developing_modules.rst --- docsite/rst/developing_modules.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docsite/rst/developing_modules.rst b/docsite/rst/developing_modules.rst index 5a92ec8ddcc..608ac7185bc 100644 --- a/docsite/rst/developing_modules.rst +++ b/docsite/rst/developing_modules.rst @@ -402,7 +402,7 @@ support formatting with some special macros. These formatting functions are ``U()``, ``M()``, ``I()``, and ``C()`` for URL, module, italic, and constant-width respectively. It is suggested to use ``C()`` for file and option names, and ``I()`` when referencing -parameters; module names should be specifies as ``M(module)``. +parameters; module names should be specified as ``M(module)``. Examples (which typically contain colons, quotes, etc.) are difficult to format with YAML, so these must be