Skip to content

Commit

Permalink
Document help parameter of TraitType.__init__(). (#847)
Browse files Browse the repository at this point in the history
  • Loading branch information
metaperl authored Jul 8, 2023
1 parent 03bafe8 commit 194d6da
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions traitlets/traitlets.py
Original file line number Diff line number Diff line change
Expand Up @@ -502,6 +502,8 @@ def __init__(
If *read_only* is True, attempts to directly modify a trait attribute raises a TraitError.
If *help* is a string, it documents the attribute's purpose.
Extra metadata can be associated with the traitlet using the .tag() convenience method
or by using the traitlet instance's .metadata dictionary.
"""
Expand Down

0 comments on commit 194d6da

Please sign in to comment.