Skip to content

Commit e22a656

Browse files
committed
mentioned default color in docstring
1 parent b002086 commit e22a656

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
@@ -1012,7 +1012,7 @@ def highlight_null(self, null_color: str = "red", subset=None) -> "Styler":
10121012
10131013
Parameters
10141014
----------
1015-
null_color : str
1015+
null_color : str, default 'red'
10161016
subset : IndexSlice, default None
10171017
A valid slice for ``data`` to limit the style application to.
10181018

0 commit comments

Comments
 (0)