diff options
author | Sylvain Th?nault <sylvain.thenault@logilab.fr> | 2009-11-23 14:44:56 +0100 |
---|---|---|
committer | Sylvain Th?nault <sylvain.thenault@logilab.fr> | 2009-11-23 14:44:56 +0100 |
commit | b7e84e3fc5418641041f95a80f08fe053c004c27 (patch) | |
tree | a0e0865c87e8bd127df674b53b30f3e323c1b255 /ureports | |
parent | b80f0a3c1f04c4446ab3f7ec019a3888fa098fab (diff) | |
download | logilab-common-b7e84e3fc5418641041f95a80f08fe053c004c27.tar.gz |
include Dotan Barak spell fixes patch
Diffstat (limited to 'ureports')
-rw-r--r-- | ureports/__init__.py | 2 | ||||
-rw-r--r-- | ureports/nodes.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ureports/__init__.py b/ureports/__init__.py index f58707b..6901bf4 100644 --- a/ureports/__init__.py +++ b/ureports/__init__.py @@ -1,6 +1,6 @@ """Universal report objects and some formatting drivers. -A way to create simple reports using python objects, primarly designed to be +A way to create simple reports using python objects, primarily designed to be formatted as text and html. :copyright: diff --git a/ureports/nodes.py b/ureports/nodes.py index 8992d31..4fded05 100644 --- a/ureports/nodes.py +++ b/ureports/nodes.py @@ -102,7 +102,7 @@ class Link(BaseComponent): class Image(BaseComponent): - """an embeded or a single image + """an embedded or a single image attributes : * BaseComponent attributes |