Clarify docstring for Float's digits parameters

Introduced in #3238.
This commit is contained in:
Adrian Sampson 2019-04-30 11:49:39 -04:00
parent b6ac986526
commit 644c814695

View file

@ -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