From fb968077a905228eeb22a76c619e402c85a67090 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Wed, 20 Jul 2016 14:48:32 -0400 Subject: [PATCH] Make note of the **extra arguments. --- rida/builder.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rida/builder.py b/rida/builder.py index 279c3cc7..5d670d5a 100644 --- a/rida/builder.py +++ b/rida/builder.py @@ -148,6 +148,9 @@ class Builder: :param module : a module string e.g. 'testmodule-1.0' :param backend: a string representing backend e.g. 'koji' :param config: instance of rida.config.Config + + Any additional arguments are optional extras which can be passed along + and are implementation-dependent. """ if backend == "koji":