Fixed minor typo in writing koji code doc

This commit is contained in:
Brendan Reilly 2017-01-25 14:21:07 -05:00
parent d57de0e3c7
commit a08dd9a0dc

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.