Skip to content

Commit

Permalink
Merge pull request espeed#149 from luckenbach/master
Browse files Browse the repository at this point in the history
Update property.py
  • Loading branch information
espeed committed Oct 27, 2014
2 parents 7b6f094 + 7a17ed5 commit b9d7d61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bulbs/property.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class Property(object):
:type nullable: bool
:param indexed: If True, index the Property in the DB. Defaults to False.
:type indexeded: bool
:type indexed: bool
:ivar fget: Name of the method that gets the calculated Property value.
:ivar name: Database property name. Defaults to the Property key.
Expand Down

0 comments on commit b9d7d61

Please sign in to comment.