Skip to content

Commit 5b51a67

Browse files
authored
restrict options (#43033)
Co-authored-by: JHM Darbyshire (MBP) <[email protected]>
1 parent 4d986c5 commit 5b51a67

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)