Skip to content

Commit ea72511

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

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
@@ -1130,7 +1130,7 @@ def format(
11301130
1 & \%\#\textasciicircum \space $ \$x^2 $ \\
11311131
\end{tabular}
11321132
1133-
We can use the charackter ``\(`` to enter math mode and the charackter ``\)``
1133+
We can use the character ``\(`` to enter math mode and the character ``\)``
11341134
to close math mode.
11351135
11361136
>>> df = pd.DataFrame([[r"\(\sum_{i=1}^{10} a_i\) a~b \(\alpha \

0 commit comments

Comments
 (0)