Skip to content

Commit 25347d6

Browse files
resolved rebase issues
1 parent 0e5dc6d commit 25347d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas/core/generic.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
from pandas.io.formats import format as fmt
9494
from pandas.io.formats.format import DataFrameFormatter, format_percentiles
9595
from pandas.io.formats.printing import pprint_thing
96-
from pandas.util._decorators import doc
96+
from pandas.util._decorators import doc, rewrite_axis_style_signature, Appender
9797

9898
if TYPE_CHECKING:
9999
from pandas._libs.tslibs import BaseOffset
@@ -3071,7 +3071,7 @@ def to_latex(
30713071
.. versionadded:: 1.0.0
30723072
position : str, optional
30733073
The LaTeX positional argument for tables, to be placed after
3074-
``\begin{}`` in the output.
3074+
``\begin{{}}`` in the output.
30753075
{returns}
30763076
See Also
30773077
--------

0 commit comments

Comments
 (0)