Skip to content

Commit 280dd4b

Browse files
willie3838feefladder
authored andcommitted
skipped doc test (pandas-dev#42718)
1 parent a6f3275 commit 280dd4b

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
@@ -536,7 +536,7 @@ def to_latex(
536536
>>> df = pd.DataFrame([[1,2], [3,4]])
537537
>>> s = df.style.highlight_max(axis=None,
538538
... props='background-color:red; font-weight:bold;')
539-
>>> s.render()
539+
>>> s.render() # doctest: +SKIP
540540
541541
The equivalent using LaTeX only commands is the following:
542542

0 commit comments

Comments
 (0)