Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Kit Choi <kitchoi@users.noreply.github.com>
  • Loading branch information
corranwebster and kitchoi authored May 20, 2020
1 parent 36cd3d2 commit 6701e90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion traitsui/extras/demo.py
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,7 @@ class DemoPath(DemoTreeNodeObject):
path = Property(depends_on='parent.path,name')

#: Description of what the demo does:
description = HTML()
description = Property(HTML, depends_on="_description")

#: The base URL for links:
base_url = Property(depends_on='path')
Expand Down

0 comments on commit 6701e90

Please sign in to comment.