Skip to content

Commit

Permalink
Include *priority* in the docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
johntyree committed Oct 8, 2014
1 parent 6aedf92 commit b9dc8b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions traits/has_traits.py
Expand Up @@ -838,8 +838,8 @@ def on_trait_change ( name, post_init = False, dispatch = 'same',
Refer to the documentation for the on_trait_change() method of
the **HasTraits** class for information on the correct syntax for
the *name(s)* argument and the semantics of the *dispatch* keyword
argument.
the *name(s)* argument and the semantics of the *dispatch* and
*priority* keyword arguments.
A handler defined using this decorator is normally effective
immediately. However, if *post_init* is **True**, then the handler only
Expand Down

0 comments on commit b9dc8b9

Please sign in to comment.