Skip to content

Commit ed7ddb3

Browse files
committed
DOC: Update from_records docstring to comply with numpydoc style (GH#60307)
1 parent 61f800d commit ed7ddb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/frame.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2116,7 +2116,7 @@ def from_records(
21162116
Convert structured or record ndarray to DataFrame.
21172117
21182118
Creates a DataFrame object from a structured ndarray, sequence of
2119-
tuples or dicts, or DataFrame.
2119+
tuples or dicts.
21202120
21212121
Parameters
21222122
----------

0 commit comments

Comments
 (0)