Bug 733 fixed
[osm/N2VC.git] / modules / libjuju / juju / juju.py
index a9fcbbe..444155f 100644 (file)
@@ -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()