Skip to content

Commit 68c666c

Browse files
attack68feefladder
authored andcommitted
restrict options (pandas-dev#43033)
Co-authored-by: JHM Darbyshire (MBP) <[email protected]>
1 parent e08d088 commit 68c666c

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
@@ -1685,7 +1685,7 @@ def set_sticky(
16851685
16861686
Parameters
16871687
----------
1688-
axis : {0 or 'index', 1 or 'columns', None}, default 0
1688+
axis : {0 or 'index', 1 or 'columns'}, default 0
16891689
Whether to make the index or column headers sticky.
16901690
pixel_size : int, optional
16911691
Required to configure the width of index cells or the height of column

0 commit comments

Comments
 (0)