Skip to content

Commit 69e8bad

Browse files
felixdivojreback
authored andcommitted
Fix typo (pandas-dev#28579)
1 parent 8bdbe45 commit 69e8bad

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
@@ -320,7 +320,7 @@ class DataFrame(NDFrame):
320320
321321
.. versionchanged :: 0.25.0
322322
If data is a list of dicts, column order follows insertion-order
323-
Python 3.6 and later.
323+
for Python 3.6 and later.
324324
325325
index : Index or array-like
326326
Index to use for resulting frame. Will default to RangeIndex if

0 commit comments

Comments
 (0)