doc tweaks

This commit is contained in:
Soren I. Bjornstad
2021-08-27 12:59:24 -05:00
parent 5b836b3cff
commit 29cd61d8d8
3 changed files with 13 additions and 3 deletions

View File

@@ -30,7 +30,7 @@ def tzk_builder(func):
Decorator which makes a function lazy-evaluable: that is, when it's
initially called, it returns a zero-argument lambda with the arguments
initially passed wrapped up in it. Calling that lambda has the effect
of executing the function.
of executing the builder.
We use this in TZK to allow the user to use function calls in her config
to define the build steps, while not requiring her to write a bunch of