Skip to content

Commit 50e51c7

Browse files
natmokvalattack68
andauthored
Update pandas/io/formats/style_render.py
Co-authored-by: JHM Darbyshire <[email protected]>
1 parent ea72511 commit 50e51c7

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
@@ -1118,7 +1118,7 @@ def format(
11181118
\end{tabular}
11191119
11201120
Applying ``escape`` in 'latex-math' mode. In the example below
1121-
we enter math mode using the charackter ``$``.
1121+
we enter math mode using the character ``$``.
11221122
11231123
>>> df = pd.DataFrame([[r"$\sum_{i=1}^{10} a_i$ a~b $\alpha \
11241124
... = \frac{\beta}{\zeta^2}$"], ["%#^ $ \$x^2 $"]])

0 commit comments

Comments
 (0)