Skip to content

Commit b608ddb

Browse files
authored
DOC: Added a missing docstring to pandas/conftest.py. (#59244)
Added a missing docstring to pandas/conftest.py It came up in the pytest output. See function ea_scalar_and_dtype. Co-authored-by: Henry Cuzco <[email protected]>
1 parent c437139 commit b608ddb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pandas/conftest.py

+3
Original file line numberDiff line numberDiff line change
@@ -951,6 +951,9 @@ def rand_series_with_duplicate_datetimeindex() -> Series:
951951
]
952952
)
953953
def ea_scalar_and_dtype(request):
954+
"""
955+
Fixture that tests each scalar and datetime type.
956+
"""
954957
return request.param
955958

956959

0 commit comments

Comments
 (0)