File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -638,7 +638,7 @@ def levels(self):
638
638
639
639
@property
640
640
def _values (self ):
641
- # We override here, since our parent uses _data, which we dont' use.
641
+ # We override here, since our parent uses _data, which we don't use.
642
642
return self .values
643
643
644
644
@property
Original file line number Diff line number Diff line change 40
40
41
41
class TimedeltaDelegateMixin (DatetimelikeDelegateMixin ):
42
42
# Most attrs are dispatched via datetimelike_{ops,methods}
43
- # Some are "raw" methods, the result is not not re-boxed in an Index
43
+ # Some are "raw" methods, the result is not re-boxed in an Index
44
44
# We also have a few "extra" attrs, which may or may not be raw,
45
- # which we we dont' want to expose in the .dt accessor.
45
+ # which we don't want to expose in the .dt accessor.
46
46
_delegate_class = TimedeltaArray
47
47
_delegated_properties = TimedeltaArray ._datetimelike_ops + ["components" ]
48
48
_delegated_methods = TimedeltaArray ._datetimelike_methods + [
You can’t perform that action at this time.
0 commit comments