Skip to content

Commit 1d5146e

Browse files
felixdivoNico Cernek
authored and
Nico Cernek
committed
Fix typo in class DataFrame (pandas-dev#28586)
1 parent 91ebf64 commit 1d5146e

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)