On Fri, Jan 31, 2014 at 11:46 AM, Jose A. Lopes <[email protected]> wrote: > Signed-off-by: Jose A. Lopes <[email protected]> > --- > lib/client/gnt_instance.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/lib/client/gnt_instance.py b/lib/client/gnt_instance.py > index 538a585..e761a9a 100644 > --- a/lib/client/gnt_instance.py > +++ b/lib/client/gnt_instance.py > @@ -249,7 +249,7 @@ def ListInstanceFields(opts, args): > def AddInstance(opts, args): > """Add an instance to the cluster. > > - This is just a wrapper over GenericInstanceCreate. > + This is just a wrapper over L{GenericInstanceCreate}. > > """ > return GenericInstanceCreate(constants.INSTANCE_CREATE, opts, args) > -- > 1.8.5.3 >
LGTM, thanks. Michele -- Google Germany GmbH Dienerstr. 12 80331 München Registergericht und -nummer: Hamburg, HRB 86891 Sitz der Gesellschaft: Hamburg Geschäftsführer: Graham Law, Christine Elizabeth Flores
