Skip to content

Commit d5d276c

Browse files
committed
test
1 parent 2a10e04 commit d5d276c

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 a numeric column in DataFrame to a variable number of decimal places.
1082710827
1082810828
Parameters
1082910829
----------

0 commit comments

Comments
 (0)