From 7b06a580fbbf016d4abca04d9cd29763f2957cd4 Mon Sep 17 00:00:00 2001 From: helmutm Date: Sat, 5 Sep 2009 12:46:04 +0000 Subject: [PATCH] fix typo git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@3536 fd906abe-77d9-0310-91a1-e0d9ade77398 --- integrator/interfaces.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integrator/interfaces.py b/integrator/interfaces.py index 390ebfa..2aedc8d 100644 --- a/integrator/interfaces.py +++ b/integrator/interfaces.py @@ -48,7 +48,7 @@ class IProxy(Interface): description = Attribute('A somewhat longer descriptive information.') url = Attribute('An explicit target URL (optional).') authors = Attribute('A list of names of persons who worked on this object.') - create = Attribute('A datetime object denoting the data/time of object ' + created = Attribute('A datetime object denoting the data/time of object ' 'creation.') modified = Attribute('A datetime object denoting the data/time of last ' 'modification of the object.')