Ignore:
Timestamp:
8 Mar 2012, 22:28:46 (13 years ago)
Author:
Henrik Bettermann
Message:

KOFA -> Kofa

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/utils/converters.txt

    r7811 r7819  
    1010
    1111.. :NOdoctest:
    12 .. :NOlayer: waeup.kofa.testing.KOFAUnitTestLayer
     12.. :NOlayer: waeup.kofa.testing.KofaUnitTestLayer
    1313
    1414
     
    672672    '1'
    673673
    674     >>> from waeup.kofa.interfaces import SimpleKOFAVocabulary
     674    >>> from waeup.kofa.interfaces import SimpleKofaVocabulary
    675675    >>> field = Choice(
    676676    ...   title = u'Favourite Dish',
    677677    ...   default = 0,
    678     ...   vocabulary = SimpleKOFAVocabulary(
     678    ...   vocabulary = SimpleKofaVocabulary(
    679679    ...        ('N/A', 0), ('Pizza', 1),
    680680    ...        ('Cake', 2), ('Muffins', 3)),
Note: See TracChangeset for help on using the changeset viewer.