Skip to content

Commit

Permalink
Merge pull request #531 from connerxyz/patch-1
Browse files Browse the repository at this point in the history
Update myapp.py
  • Loading branch information
Carreau committed May 31, 2020
2 parents 6f671fb + 5cc5c7c commit 99cdbfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/myapp.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class Foo(Configurable):

i = Int(0, help="The integer i.").tag(config=True)
j = Int(1, help="The integer j.").tag(config=True)
name = Unicode(u'Brian', help="First name.").tag(config=True)
name = Unicode(u'Brian', help="First name.").tag(config=True, shortname="B")


class Bar(Configurable):
Expand Down

0 comments on commit 99cdbfc

Please sign in to comment.