Skip to content

Commit

Permalink
Merge pull request #528 from danielballan/fix-docstring-formatting
Browse files Browse the repository at this point in the history
Fix formatting.
  • Loading branch information
rmorshea authored Aug 4, 2019
2 parents 7c6067a + 4300a29 commit 8b9981b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions traitlets/traitlets.py
Original file line number Diff line number Diff line change
Expand Up @@ -881,6 +881,7 @@ def validate(*names):
The handler passed to the decorator must have one ``proposal`` dict argument.
The proposal dictionary must hold the following keys:
* ``owner`` : the HasTraits instance
* ``value`` : the proposed value for the modified trait attribute
* ``trait`` : the TraitType instance associated with the attribute
Expand Down

0 comments on commit 8b9981b

Please sign in to comment.