Skip to content

Commit b9715c9

Browse files
committed
doc fix
1 parent 09d6302 commit b9715c9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pandas/io/formats/style.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -965,16 +965,16 @@ def applymap(self, func: Callable, subset=None, **kwargs) -> Styler:
965965
-------
966966
self : Styler
967967
968-
Notes
969-
-----
970-
The output of ``func`` should be a CSS style as string or, if nothing is to be
971-
applied, an empty string or ``None``.
972-
973968
See Also
974969
--------
975970
Styler.where: Updates the HTML representation with a style which is
976971
selected in accordance with the return value of a function.
977972
973+
Notes
974+
-----
975+
The output of ``func`` should be a CSS style as string or, if nothing is to be
976+
applied, an empty string or ``None``.
977+
978978
Examples
979979
--------
980980
>>> def color_negative(v, color):

0 commit comments

Comments
 (0)