Skip to content

Commit

Permalink
Fix typo (duplicated type)
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelsinayoko committed Mar 10, 2018
1 parent e7b4cf2 commit 823862b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas/core/frame.py
Original file line number Diff line number Diff line change
Expand Up @@ -1231,7 +1231,7 @@ def to_records(self, index=True, convert_datetime64=True):
DataFrame.from_records: convert structured or record ndarray
to DataFrame.
numpy.recarray: ndarray that allows field access using
attributes, analogous to typed (typed) columns in a
attributes, analogous to typed columns in a
spreadsheet.
Examples
Expand Down

0 comments on commit 823862b

Please sign in to comment.