Skip to content

Commit

Permalink
Added doctstring to fixture (#28727)
Browse files Browse the repository at this point in the history
  • Loading branch information
dayoreke authored and simonjayhawkins committed Oct 2, 2019
1 parent d9ac8c0 commit 4c97af9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pandas/tests/io/excel/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@

@pytest.fixture
def frame(float_frame):
"""
Returns the first ten items in fixture "float_frame".
"""
return float_frame[:10]


Expand Down

0 comments on commit 4c97af9

Please sign in to comment.