Skip to content

Commit 1e9de6b

Browse files
Backport PR #43033: DOC: arguments options correction (#43070)
Co-authored-by: attack68 <[email protected]>
1 parent 9ea4eeb commit 1e9de6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/io/formats/style.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1448,7 +1448,7 @@ def set_sticky(
14481448
14491449
Parameters
14501450
----------
1451-
axis : {0 or 'index', 1 or 'columns', None}, default 0
1451+
axis : {0 or 'index', 1 or 'columns'}, default 0
14521452
Whether to make the index or column headers sticky.
14531453
pixel_size : int, optional
14541454
Required to configure the width of index cells or the height of column

0 commit comments

Comments
 (0)