Skip to content

Commit d2afc6b

Browse files
committed
update TODO
1 parent 2253258 commit d2afc6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/io/pytables.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2969,7 +2969,7 @@ def write_array_empty(self, key: str, value: ArrayLike):
29692969
node._v_attrs.shape = value.shape
29702970

29712971
def write_array(self, key: str, obj, items: Optional[Index] = None):
2972-
# TODO: we only have one test that gets here, the only EA
2972+
# TODO: we only have a few tests that get here, the only EA
29732973
# that gets passed is DatetimeArray, and we never have
29742974
# both self._filters and EA
29752975

0 commit comments

Comments
 (0)