From 7a17ed5f4f7d2cb8d4d631fb7a11f51c03a7ee9c Mon Sep 17 00:00:00 2001 From: luckenbach Date: Sun, 26 Oct 2014 21:48:21 -0500 Subject: [PATCH] Update property.py Corrected typo in doc string --- bulbs/property.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bulbs/property.py b/bulbs/property.py index d9fb53e..18e6296 100644 --- a/bulbs/property.py +++ b/bulbs/property.py @@ -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.