summaryrefslogtreecommitdiff
path: root/ricky/param/param.py
diff options
context:
space:
mode:
authoryo mama <pepper@scannerjammer.com>2015-10-10 02:55:16 -0700
committeryo mama <pepper@scannerjammer.com>2015-10-10 02:55:16 -0700
commitb10e46d0efca25234b18c28a47393cbf365b3c0d (patch)
tree5ae5bb2860c5d5d4d4f0691b2bf323c1956015d5 /ricky/param/param.py
parentb02cc8d49513cdcc54f4421e71db3512354d4e2e (diff)
renamed options to selections
Diffstat (limited to 'ricky/param/param.py')
-rw-r--r--ricky/param/param.py2
1 files changed, 1 insertions, 1 deletions
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):