From a08dd9a0dccc5ce9b7562b877afba73e3c64f17c Mon Sep 17 00:00:00 2001 From: Brendan Reilly Date: Jan 25 2017 19:21:07 +0000 Subject: Fixed minor typo in writing koji code doc --- diff --git a/docs/source/writing_koji_code.rst b/docs/source/writing_koji_code.rst index 64bda4b..981a57e 100644 --- a/docs/source/writing_koji_code.rst +++ b/docs/source/writing_koji_code.rst @@ -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.