From a759f05d8baad05842a0180bc8ad0f553b46cea4 Mon Sep 17 00:00:00 2001 From: CarlosGDCJ <32521936+CarlosGDCJ@users.noreply.github.com> Date: Wed, 18 Jan 2023 09:27:21 -0300 Subject: [PATCH] Fix formatting issue with DataFrame.info docs Removed backslash that was causing the description of two function arguments to be merged together --- pandas/io/formats/info.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandas/io/formats/info.py b/pandas/io/formats/info.py index 27b61d502e9de..9a93724ca8f37 100644 --- a/pandas/io/formats/info.py +++ b/pandas/io/formats/info.py @@ -254,7 +254,7 @@ buf : writable buffer, defaults to sys.stdout Where to send the output. By default, the output is printed to sys.stdout. Pass a writable buffer if you need to further process - the output.\ + the output. {max_cols_sub} memory_usage : bool, str, optional Specifies whether total memory usage of the {klass}