Skip to content

Commit

Permalink
Merge pull request #229 from minrk/observe-docstring
Browse files Browse the repository at this point in the history
correct observe handler arguments docstring
  • Loading branch information
SylvainCorlay committed May 20, 2016
2 parents cc01d01 + c91396a commit c0ba4c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion traitlets/traitlets.py
Original file line number Diff line number Diff line change
Expand Up @@ -743,7 +743,7 @@ def setup_class(cls, classdict):
def observe(*names, **kwargs):
"""A decorator which can be used to observe Traits on a class.
The handler passed to the decorator can have no argument or one ``change``
The handler passed to the decorator will be called with one ``change``
dict argument. The change dictionary at least holds a 'type' key,
corresponding to the type of notification.
Expand Down

0 comments on commit c0ba4c6

Please sign in to comment.