File tree 2 files changed +4
-5
lines changed
2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -3208,8 +3208,8 @@ def to_html(
3208
3208
border : int or bool
3209
3209
When an integer value is provided, it sets the border attribute in
3210
3210
the opening tag, specifying the thickness of the border.
3211
- If ``False or 0 (zero) `` is passed, the border attribute will not
3212
- be present in the `<table>` tag.
3211
+ If ``False`` or ``0 `` is passed, the border attribute will not
3212
+ be present in the `` <table>` ` tag.
3213
3213
The default value for this parameter is governed by
3214
3214
``pd.options.display.html.border``.
3215
3215
table_id : str, optional
Original file line number Diff line number Diff line change @@ -900,9 +900,8 @@ def to_html(
900
900
border : int or bool
901
901
When an integer value is provided, it sets the border attribute in
902
902
the opening tag, specifying the thickness of the border.
903
- If ``False or 0 (zero)`` is passed, the border attribute will not
904
- be present in the `<table>`tag.
905
-
903
+ If ``False`` or ``0`` is passed, the border attribute will not
904
+ be present in the ``<table>`` tag.
906
905
The default value for this parameter is governed by
907
906
``pd.options.display.html.border``.
908
907
table_id : str, optional
You can’t perform that action at this time.
0 commit comments