Ignore:
Timestamp:
27 Dec 2014, 07:30:24 (10 years ago)
Author:
Henrik Bettermann
Message:

Edit some comments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.ikoba/trunk/src/waeup/ikoba/products/productoptions.py

    r12327 r12328  
    8080    """A zope.schema-like field for usage in interfaces.
    8181
    82     If you want to define an interface containing result entries, you
     82    If you want to define an interface containing product options, you
    8383    can do so like this::
    8484
     
    8686          my_option_entry = ProductOptionField()
    8787
    88     Default widgets are registered to render product option entry fields.
     88    Default widgets are registered to render product option fields.
    8989    """
    9090    grok.implements(IProductOptionField)
Note: See TracChangeset for help on using the changeset viewer.