summaryrefslogtreecommitdiff
path: root/macros/luatex/latex/pyluatex/example/repl.tex
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2022-06-06 03:02:07 +0000
committerNorbert Preining <norbert@preining.info>2022-06-06 03:02:07 +0000
commit89e8f58007e3fa8841a95b1e3d7efeacced6aed5 (patch)
tree5d9c98f1d4665ee3a9e459e8df5e4c66602140fc /macros/luatex/latex/pyluatex/example/repl.tex
parent4695dd8cb1cb1d7ee3849e75dec28f742e802e56 (diff)
CTAN sync 202206060302
Diffstat (limited to 'macros/luatex/latex/pyluatex/example/repl.tex')
-rw-r--r--macros/luatex/latex/pyluatex/example/repl.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/macros/luatex/latex/pyluatex/example/repl.tex b/macros/luatex/latex/pyluatex/example/repl.tex
index 28de0090cf..8622223ef3 100644
--- a/macros/luatex/latex/pyluatex/example/repl.tex
+++ b/macros/luatex/latex/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