Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
vangheem committed Mar 20, 2019
1 parent a13fcae commit 675697c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 1 addition & 3 deletions src/z3c/relationfield/event.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@

@implementer(IRelationBrokenEvent)
class RelationBrokenEvent(ObjectModifiedEvent):
'''
Event that is triggered when relation is broken.
'''
__doc__ = IRelationBrokenEvent.__doc__


def addRelations(obj, event):
Expand Down
4 changes: 3 additions & 1 deletion src/z3c/relationfield/interfaces.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,4 +105,6 @@ def convert():
"""

class IRelationBrokenEvent(IObjectModifiedEvent):
pass
"""
Event that is triggered when relation is broken.
"""

0 comments on commit 675697c

Please sign in to comment.