Skip to content

Commit 3ec3ac2

Browse files
authored
DOC: Fix formatting issue with DataFrame.info docs (#50816)
Fix formatting issue with DataFrame.info docs Removed backslash that was causing the description of two function arguments to be merged together
1 parent 685cf7f commit 3ec3ac2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/io/formats/info.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@
254254
buf : writable buffer, defaults to sys.stdout
255255
Where to send the output. By default, the output is printed to
256256
sys.stdout. Pass a writable buffer if you need to further process
257-
the output.\
257+
the output.
258258
{max_cols_sub}
259259
memory_usage : bool, str, optional
260260
Specifies whether total memory usage of the {klass}

0 commit comments

Comments
 (0)