fix typo
git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@3536 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
parent
e0d9073af0
commit
7b06a580fb
1 changed files with 1 additions and 1 deletions
|
@ -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.')
|
||||
|
|
Loading…
Add table
Reference in a new issue