diff --git a/pandas/io/formats/style.py b/pandas/io/formats/style.py index a72de753d6a8a..ece016f495770 100644 --- a/pandas/io/formats/style.py +++ b/pandas/io/formats/style.py @@ -1685,7 +1685,7 @@ def set_sticky( Parameters ---------- - axis : {0 or 'index', 1 or 'columns', None}, default 0 + axis : {0 or 'index', 1 or 'columns'}, default 0 Whether to make the index or column headers sticky. pixel_size : int, optional Required to configure the width of index cells or the height of column