You are not logged in Log in Join
You are here: Home » Collectors » NEW Zope.org (the website) » typo on http://www.zope.org/Wikis/Interfaces/InterfaceUserDocumentation » collector_issue_contents

Log in
Name

Password

 
 
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. ;)