Skip to content

Commit 543054a

Browse files
dayorekeproost
authored andcommitted
Added doctstring to fixture (pandas-dev#28727)
1 parent 2177567 commit 543054a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pandas/tests/io/excel/conftest.py

+3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77

88
@pytest.fixture
99
def frame(float_frame):
10+
"""
11+
Returns the first ten items in fixture "float_frame".
12+
"""
1013
return float_frame[:10]
1114

1215

0 commit comments

Comments
 (0)