Fix DateTimeInterval ref

This commit is contained in:
Konsta Vesterinen
2014-01-14 11:06:08 +02:00
parent 471190de3a
commit 1880ba1b24

View File

@@ -145,8 +145,8 @@ class IntRangeType(RangeType):
# '10-100'
IntRange returns the values as IntInterval objects. These objects support
many arithmetic operators:
IntRangeType returns the values as IntInterval objects. These objects
support many arithmetic operators:
::
@@ -183,4 +183,4 @@ class NumericRangeType(RangeType):
class DateTimeRangeType(RangeType):
impl = TSRANGE
interval_class = intervals.DateTimeRange
interval_class = intervals.DateTimeInterval