diff --git a/beets/dbcore/types.py b/beets/dbcore/types.py index e08b417a7..c37def875 100644 --- a/beets/dbcore/types.py +++ b/beets/dbcore/types.py @@ -173,7 +173,8 @@ class Id(Integer): class Float(Type): - """A basic floating-point type. Supports padding. + """A basic floating-point type. The `digits` parameter specifies how + many decimal places to use in the human-readable representation. """ sql = u'REAL' query = query.NumericQuery