Skip to content

Commit 2abc37a

Browse files
authored
Merge pull request ipython#12702 from Daniel-Mietchen/patch-1
2 parents 82d0765 + 331269c commit 2abc37a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

IPython/core/magics/display.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@ def javascript(self, line, cell):
4747

4848
@cell_magic
4949
def latex(self, line, cell):
50-
"""Render the cell as a block of latex
50+
"""Render the cell as a block of LaTeX
5151
52-
The subset of latex which is support depends on the implementation in
52+
The subset of LaTeX which is supported depends on the implementation in
5353
the client. In the Jupyter Notebook, this magic only renders the subset
54-
of latex defined by MathJax
54+
of LaTeX defined by MathJax
5555
[here](https://docs.mathjax.org/en/v2.5-latest/tex.html)."""
5656
display(Latex(cell))
5757

0 commit comments

Comments
 (0)