|
Issue 372 of
NEW Zope.org (the website)
[ZOC]
|
Title: |
typo on http://www.zope.org/Wikis/Interfaces/InterfaceUserDocumentation
|
Status: |
Pending
|
Security |
related:
No
|
Description: |
In the section "Creating an Interface":
attrs = {'foo', Interface.Method("The foo method"),
'bar', Interface.Method("The bar Method"),
...
|
From: |
chrisw
|
on: |
Jan 18, 05 16:35
|
|
chrisw
|
Last update:
|
Jan 18, 05 16:35
|
Topic/class: |
content/bug
|
Importance:
|
medium
|
Version info: |
|
Issue 372 Transcript
|
1 entry
|
= Request - Entry #1 by chrisw on Jan 18, 2005 4:35 pm
In the section "Creating an Interface":
attrs = {'foo', Interface.Method("The foo method"),
'bar', Interface.Method("The bar Method"),
'size', Interface.Attribute("The size attribute")
}
Oops. ;)
|
|
|