X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=docs%2Fnarrative%2Fapplication.rst;h=044807dbc97e154d16d94940f865a589dc1e653d;hb=8aca5190344dea43352b4d242291d729e3aa2328;hp=630ce857e0ab35bde1e3f62afe2563a61125b2fa;hpb=ea3d50fc8145b8182ce8dd191ae750b42f5ff2ba;p=osm%2FN2VC.git diff --git a/docs/narrative/application.rst b/docs/narrative/application.rst index 630ce85..044807d 100644 --- a/docs/narrative/application.rst +++ b/docs/narrative/application.rst @@ -39,14 +39,14 @@ added units (:class:`~juju.unit.Unit` objects) is returned. .. code:: python - ubuntu_app = await model.deploy( - 'ubuntu', - application_name='ubuntu', - series='trusty', - channel='stable', - ) - - unit_a, unit_b = await ubuntu_app.add_units(count=2) + ubuntu_app = await model.deploy( + 'ubuntu', + application_name='ubuntu', + series='trusty', + channel='stable', + ) + + unit_a, unit_b = await ubuntu_app.add_units(count=2) Updating Config and Constraints