Skip to content

Commit cc33a91

Browse files
aneesh98feefladder
authored andcommitted
TST: doctest fix for pandas.io.formats.style_render._parse_latex_table_styles (pandas-dev#42752)
1 parent 4128c21 commit cc33a91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/io/formats/style_render.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1251,7 +1251,7 @@ def _parse_latex_table_styles(table_styles: CSSStyles, selector: str) -> str | N
12511251
12521252
Examples
12531253
--------
1254-
>>> table_styles = [{'selector': 'foo', 'props': [('attr','value')],
1254+
>>> table_styles = [{'selector': 'foo', 'props': [('attr','value')]},
12551255
... {'selector': 'bar', 'props': [('attr', 'overwritten')]},
12561256
... {'selector': 'bar', 'props': [('a1', 'baz'), ('a2', 'ignore')]}]
12571257
>>> _parse_latex_table_styles(table_styles, selector='bar')

0 commit comments

Comments
 (0)