We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e5dc6d commit 25347d6Copy full SHA for 25347d6
pandas/core/generic.py
@@ -93,7 +93,7 @@
93
from pandas.io.formats import format as fmt
94
from pandas.io.formats.format import DataFrameFormatter, format_percentiles
95
from pandas.io.formats.printing import pprint_thing
96
-from pandas.util._decorators import doc
+from pandas.util._decorators import doc, rewrite_axis_style_signature, Appender
97
98
if TYPE_CHECKING:
99
from pandas._libs.tslibs import BaseOffset
@@ -3071,7 +3071,7 @@ def to_latex(
3071
.. versionadded:: 1.0.0
3072
position : str, optional
3073
The LaTeX positional argument for tables, to be placed after
3074
- ``\begin{}`` in the output.
+ ``\begin{{}}`` in the output.
3075
{returns}
3076
See Also
3077
--------
0 commit comments