Skip to content

Commit

Permalink
update docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
sccolbert committed Jan 9, 2014
1 parent 4dfe2de commit 5c3209b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions enaml/layout/constrainable.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ class Constrainable(object):
`width`, `height`, `v_center` and `h_center` attributes which
are instances of 'LinearSymbolic'.
It must also provide 'hug_width', 'hug_height', 'resist_width',
'resist_height', 'limit_width', and 'limit_height' attributes
which are valid PolicyEnum values.
"""
__metaclass__ = ABCMeta

Expand Down

0 comments on commit 5c3209b

Please sign in to comment.