Skip to content

Commit

Permalink
Merge pull request #1081 from jaredgrubb/doc-props-add-import
Browse files Browse the repository at this point in the history
Docs: add an 'import' in one spot to make the recipe easier to swallow
  • Loading branch information
djmitche committed Mar 1, 2014
2 parents afbf5a9 + 65e23b2 commit 9592059
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions master/docs/manual/cfg-properties.rst
Expand Up @@ -269,6 +269,7 @@ While Interpolate can handle many simple cases, and even some common conditional
The ``renderer`` decorator creates a renderable object that will be replaced with the result of the function, called when the step it's passed to begins.
The function receives an :class:`~buildbot.interfaces.IProperties` object, which it can use to examine the values of any and all properties. For example::

from buildbot.process import properties
@properties.renderer
def makeCommand(props):
command = [ 'make' ]
Expand Down

0 comments on commit 9592059

Please sign in to comment.