Merge pull request #18901 from jacksontj/develop

Fix typo in renderer documentation
This commit is contained in:
Joseph Hall 2014-12-10 19:47:52 -07:00
commit 006a3179d3

View File

@ -109,7 +109,7 @@ as output.
Writing Renderers
-----------------
A custom renderer must be a Python module placed in the rendered directory and the
A custom renderer must be a Python module placed in the renderers directory and the
module implement the ``render`` function.
The ``render`` function will be passed the path of the SLS file as an argument.