From b10e46d0efca25234b18c28a47393cbf365b3c0d Mon Sep 17 00:00:00 2001 From: yo mama Date: Sat, 10 Oct 2015 02:55:16 -0700 Subject: renamed options to selections --- ricky/param/param.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ricky/param/param.py') diff --git a/ricky/param/param.py b/ricky/param/param.py index 6f7e2a7..9e7b42e 100644 --- a/ricky/param/param.py +++ b/ricky/param/param.py @@ -18,7 +18,7 @@ class Param(object): self._selections = kwargs.get('selections') or [] if len(self._selections): self._validate_selections() - """default value is the option with the heaviest weight""" + """default value is the selection with the heaviest weight""" self.default(self._choose_heaviest()) def selections(self): -- cgit v1.2.3-70-g09d2