Skip to content

Commit c4de906

Browse files
felixdivoWillAyd
authored andcommitted
Fix typo in class DataFrame (pandas-dev#28586)
1 parent ffe6cfd commit c4de906

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
@@ -312,7 +312,7 @@ class DataFrame(NDFrame):
312312
313313
.. versionchanged:: 0.25.0
314314
If data is a list of dicts, column order follows insertion-order
315-
Python 3.6 and later.
315+
for Python 3.6 and later.
316316
317317
index : Index or array-like
318318
Index to use for resulting frame. Will default to RangeIndex if

0 commit comments

Comments
 (0)