Merge #297 Fixed minor typo in writing koji code doc

This commit is contained in:
Mike McLean 2017-01-26 13:36:56 +00:00
commit acf6f6f792

View file

@ -124,7 +124,7 @@ Creating Tasks
Once options are processed and understood, a task needs to be created on
the hub so that a builder can come along and take it. This is
accomplished with the ``maskTask`` method (defined on the Hub, so call
accomplished with the ``makeTask`` method (defined on the Hub, so call
it on the ``session`` object). The name of the task should match the
name given to the task handler in the builder, which is explained later
on.