X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FN2VC.git;a=blobdiff_plain;f=juju%2Fjuju.py;h=444155f1ae543c2fd831e83e87f4069978a6b8be;hp=a9fcbbeb20d5e4e8fbdd357c1e9eff9f9ce20322;hb=b8a8281b1785358bd5632a119c016f21811172c6;hpb=dcdf82bbc1ef310379f746518b2dd3b006353cb3 diff --git a/juju/juju.py b/juju/juju.py index a9fcbbe..444155f 100644 --- a/juju/juju.py +++ b/juju/juju.py @@ -19,7 +19,7 @@ class Juju(object): def agree(self, *terms): """Agree to the terms of a charm. - :param str \*terms: Terms to agree to + :param str *terms: Terms to agree to """ raise NotImplementedError()