Skip to content

Commit 32a78ce

Browse files
dayorekeNico Cernek
authored and
Nico Cernek
committed
Added doctstring to fixture (pandas-dev#28727)
1 parent 0349230 commit 32a78ce

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)