Skip to content

Commit 823862b

Browse files
Fix typo (duplicated type)
1 parent e7b4cf2 commit 823862b

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
@@ -1231,7 +1231,7 @@ def to_records(self, index=True, convert_datetime64=True):
12311231
DataFrame.from_records: convert structured or record ndarray
12321232
to DataFrame.
12331233
numpy.recarray: ndarray that allows field access using
1234-
attributes, analogous to typed (typed) columns in a
1234+
attributes, analogous to typed columns in a
12351235
spreadsheet.
12361236
12371237
Examples

0 commit comments

Comments
 (0)