Skip to content

Commit 4c97af9

Browse files
dayorekesimonjayhawkins
authored andcommitted
Added doctstring to fixture (#28727)
1 parent d9ac8c0 commit 4c97af9

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)