mirror of
https://github.com/beetbox/beets.git
synced 2025-12-15 04:55:10 +01:00
parent
b6ac986526
commit
644c814695
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue