Franck Pommereau

fixed typo (thx @camille_coti)

...@@ -30,7 +30,7 @@ Python script. ...@@ -30,7 +30,7 @@ Python script.
30 You may provide Python code as `\pyx{x = 5}` for a snippet that should 30 You may provide Python code as `\pyx{x = 5}` for a snippet that should
31 be passed to Python `exec`, or as `\pyv{x+2}` for a snippet that 31 be passed to Python `exec`, or as `\pyv{x+2}` for a snippet that
32 should be passed to Python `eval` and the computed value integrated 32 should be passed to Python `eval` and the computed value integrated
33 -into the LaTeX document. You may sue also the corresponding 33 +into the LaTeX document. You may use also the corresponding
34 environments `pyexec` and `pyeval`. 34 environments `pyexec` and `pyeval`.
35 35
36 A Python function `tex(s, *args)` may be called from Python snippets 36 A Python function `tex(s, *args)` may be called from Python snippets
......