diff --git a/docs/source/writing_koji_code.rst b/docs/source/writing_koji_code.rst index 64bda4b0..981a57ec 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.