Skip to content

Commit d8e68f9

Browse files
committed
add period to docstring for from_dict orient
1 parent 06c3f2a commit d8e68f9

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
@@ -1241,7 +1241,7 @@ def from_dict(cls, data, orient="columns", dtype=None, columns=None) -> "DataFra
12411241
should be the columns of the resulting DataFrame, pass 'columns'
12421242
(default). Otherwise if the keys should be rows, pass 'index'.
12431243
If 'tight', assume a dict with keys ['index', 'columns', 'data',
1244-
'index_names', 'column_names']
1244+
'index_names', 'column_names'].
12451245
12461246
.. versionadded:: 1.1.0
12471247
'tight' as an allowed value for the ``orient`` argument

0 commit comments

Comments
 (0)