an -> a (misc) stable
authorRémi Cardona <remi.cardona@logilab.fr>
Mon, 14 Apr 2014 13:31:19 +0200
branchstable
changeset 9704 43c9896d0e9f
parent 9703 79ad734ca4d3
child 9705 1d40d3b10142
an -> a (misc)
cwctl.py
web/schemaviewer.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.
--- 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: