Skip to content

Commit 2f41aef

Browse files
committed
Tweak comment to be clearer.
1 parent b3a5773 commit 2f41aef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/io/tests/test_pytables.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4878,7 +4878,7 @@ def test_read_nokey(self):
48784878
index=list('abcd'),
48794879
columns=list('ABCDE'))
48804880
# Categorical dtype not supported for "fixed" format. So no need
4881-
# to test for that.
4881+
# to test with that dtype in the dataframe here.
48824882
with ensure_clean_path(self.path) as path:
48834883
df.to_hdf(path, 'df', mode='a')
48844884
reread = read_hdf(path)

0 commit comments

Comments
 (0)