summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/lualatex/pyluatex/example/repl.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/lualatex/pyluatex/example/repl.tex')
-rw-r--r--Master/texmf-dist/doc/lualatex/pyluatex/example/repl.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/lualatex/pyluatex/example/repl.tex b/Master/texmf-dist/doc/lualatex/pyluatex/example/repl.tex
index 28de0090cf9..8622223ef3c 100644
--- a/Master/texmf-dist/doc/lualatex/pyluatex/example/repl.tex
+++ b/Master/texmf-dist/doc/lualatex/pyluatex/example/repl.tex
@@ -57,9 +57,9 @@ square(5)
\maketitle
PyLuaTeX allows you to run and typeset Python code in an interactive console
-or read–eval–print loop (REPL) fashion. Very much like in an IPython session,
+or read–eval–print loop (REPL) fashion. Very much like in an interactive python session,
code is prefixed with \verb|>>>| (or \verb|...| in case of multi-line commands)
-and the results are printed automatically.
+and the results are added to the output buffer automatically.
Both code and output are stored in PyLuaTeX's ouput buffer and can be accessed
by \verb|pyluatex.get_last_output()|. In this way, you can adjust the typesetting