Skip to content

Commit f773b94

Browse files
committed
wording
1 parent a1aca7b commit f773b94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/frame/test_alter_axes.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
class TestDataFrameAlterAxes(TestData):
3030

31-
def test_set_index_manually(self):
31+
def test_set_index_directly(self):
3232
df = self.mixed_frame.copy()
3333
idx = Index(np.arange(len(df))[::-1])
3434

0 commit comments

Comments
 (0)