Skip to content

Commit 218ab09

Browse files
authored
update from_dict docstring (#49332)
1 parent 76fc83a commit 218ab09

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
@@ -1662,7 +1662,7 @@ def from_dict(
16621662
'tight' as an allowed value for the ``orient`` argument
16631663
16641664
dtype : dtype, default None
1665-
Data type to force, otherwise infer.
1665+
Data type to force after DataFrame construction, otherwise infer.
16661666
columns : list, default None
16671667
Column labels to use when ``orient='index'``. Raises a ValueError
16681668
if used with ``orient='columns'`` or ``orient='tight'``.

0 commit comments

Comments
 (0)