Skip to content

Commit b5ead82

Browse files
committed
clarify comment
1 parent a6052eb commit b5ead82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/reshape/test_melt.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ def test_pandas_dtypes_id_var(self, col):
230230
'value': [1, 0, 0, 0, 0] + [0, 1, 0, 0, 0]})
231231
tm.assert_frame_equal(result, expected)
232232

233-
# Pandas dtype in the column
233+
# Pandas dtype in the value
234234
df = DataFrame({'klass': range(5),
235235
'col': col,
236236
'attr1': [1, 0, 0, 0, 0],

0 commit comments

Comments
 (0)