diff --git a/pandas/core/frame.py b/pandas/core/frame.py index c0b331f356c3c..4c39e18ce5002 100644 --- a/pandas/core/frame.py +++ b/pandas/core/frame.py @@ -320,7 +320,7 @@ class DataFrame(NDFrame): .. versionchanged :: 0.25.0 If data is a list of dicts, column order follows insertion-order - Python 3.6 and later. + for Python 3.6 and later. index : Index or array-like Index to use for resulting frame. Will default to RangeIndex if