Skip to content

Commit f56946f

Browse files
authored
DOC: Fixed SA04 errors in docstrings (pandas-dev pandas-dev#28792)
1 parent b9fe5e6 commit f56946f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas/core/common.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -391,8 +391,8 @@ def standardize_mapping(into):
391391
392392
See Also
393393
--------
394-
DataFrame.to_dict
395-
Series.to_dict
394+
DataFrame.to_dict: Convert the DataFrame to a dictionary.
395+
Series.to_dict: Convert Series to dict or dict-like object.
396396
"""
397397
if not inspect.isclass(into):
398398
if isinstance(into, collections.defaultdict):

0 commit comments

Comments
 (0)