Skip to content

Commit f4fc029

Browse files
committed
Merge pull request #5910 from andrewkittredge/master
docstring grammar.
2 parents acd6207 + 1983981 commit f4fc029

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/frame.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -718,7 +718,7 @@ def from_records(cls, data, index=None, exclude=None, columns=None,
718718
exclude : sequence, default None
719719
Columns or fields to exclude
720720
columns : sequence, default None
721-
Column names to use. If the passed data do not have named
721+
Column names to use. If the passed data do not have names
722722
associated with them, this argument provides names for the
723723
columns. Otherwise this argument indicates the order of the columns
724724
in the result (any names not found in the data will become all-NA

0 commit comments

Comments
 (0)