Skip to content

Commit 9d184aa

Browse files
authored
DOC: fix docstring for DataFrame.round() (#60040)
update
1 parent f770bee commit 9d184aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/frame.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10823,7 +10823,7 @@ def round(
1082310823
self, decimals: int | dict[IndexLabel, int] | Series = 0, *args, **kwargs
1082410824
) -> DataFrame:
1082510825
"""
10826-
Round a DataFrame to a variable number of decimal places.
10826+
Round numeric columns in a DataFrame to a variable number of decimal places.
1082710827
1082810828
Parameters
1082910829
----------

0 commit comments

Comments
 (0)