# HG changeset patch # User RĂ©mi Cardona # Date 1397475079 -7200 # Node ID 43c9896d0e9f9eab9e65c15ce96def7b132f91f4 # Parent 79ad734ca4d31fb9d9829820518d6445bfa6d2e1 an -> a (misc) diff -r 79ad734ca4d3 -r 43c9896d0e9f cwctl.py --- a/cwctl.py Mon Apr 14 12:29:01 2014 +0200 +++ b/cwctl.py Mon Apr 14 13:31:19 2014 +0200 @@ -317,7 +317,7 @@ 'used together') class CreateInstanceCommand(Command): - """Create an instance from a cube. This is an unified + """Create an instance from a cube. This is a unified command which can handle web / server / all-in-one installation according to available parts of the software library and of the desired cube. diff -r 79ad734ca4d3 -r 43c9896d0e9f web/schemaviewer.py --- a/web/schemaviewer.py Mon Apr 14 12:29:01 2014 +0200 +++ b/web/schemaviewer.py Mon Apr 14 13:31:19 2014 +0200 @@ -32,7 +32,7 @@ class SchemaViewer(object): - """return an ureport layout for some part of a schema""" + """return a ureport layout for some part of a schema""" def __init__(self, req=None, encoding=None): self.req = req if req is not None: