Skip to content

Commit bed611c

Browse files
committed
update TODO
1 parent bd40321 commit bed611c

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
@@ -2961,7 +2961,7 @@ def write_array_empty(self, key: str, value: ArrayLike):
29612961
node._v_attrs.shape = value.shape
29622962

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

0 commit comments

Comments
 (0)