We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f0a208 commit a782fabCopy full SHA for a782fab
docs/getting_started.md
@@ -5,7 +5,7 @@ This document describes how to use `latexify` with your Python code.
5
6
## Installation
7
8
-`lateixfy` depends on only Python libraries at this point.
+`latexify` depends on only Python libraries at this point.
9
You can simply install `latexify` via `pip`:
10
11
```shell
@@ -19,7 +19,7 @@ Note that you have to install `latexify-py` rather than `latexify`.
19
20
`latexify.function` decorator function wraps your functions to pretty-print them as
21
corresponding LaTeX formulas.
22
-Jupyter recoginzes this wrapper and try to print LaTeX instead of the original function.
+Jupyter recognizes this wrapper and try to print LaTeX instead of the original function.
23
24
The following snippet:
25
0 commit comments