--- 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.
--- 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: