X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FN2VC.git;a=blobdiff_plain;f=modules%2Flibjuju%2Fjuju%2Fjuju.py;h=444155f1ae543c2fd831e83e87f4069978a6b8be;hp=a9fcbbeb20d5e4e8fbdd357c1e9eff9f9ce20322;hb=34cc6609cad010420aee843c15c0ded8fa608835;hpb=68858c1915122c2dbc8999a5cd3229694abf5f3a;ds=sidebyside diff --git a/modules/libjuju/juju/juju.py b/modules/libjuju/juju/juju.py index a9fcbbe..444155f 100644 --- a/modules/libjuju/juju/juju.py +++ b/modules/libjuju/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()