diff --git a/pandas/core/frame.py b/pandas/core/frame.py index 24a164aa15427..6b646c5591fab 100644 --- a/pandas/core/frame.py +++ b/pandas/core/frame.py @@ -10823,7 +10823,7 @@ def round( self, decimals: int | dict[IndexLabel, int] | Series = 0, *args, **kwargs ) -> DataFrame: """ - Round a DataFrame to a variable number of decimal places. + Round numeric columns in a DataFrame to a variable number of decimal places. Parameters ----------