Changeset 3300

Show
Ignore:
Timestamp:
07/31/07 10:09:49 (1 year ago)
Author:
ed
Message:

Corrected an incorrect capitalization of save() in the docstring for the RequeryChildOnSave? property.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/dabo/biz/dBizobj.py

    r3290 r3300  
    19291929 
    19301930    RequeryChildOnSave = property(_getRequeryChildOnSave, _setRequeryChildOnSave, None, 
    1931             _("Do we requery child bizobjs after a Save()? (bool)")) 
     1931            _("Do we requery child bizobjs after a save()? (bool)")) 
    19321932 
    19331933    RequeryOnLoad = property(_getRequeryOnLoad, _setRequeryOnLoad, None,