summaryrefslogtreecommitdiff
path: root/macros/luatex/latex/pyluatex/example/repl.tex
diff options
context:
space:
mode:
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 fd56dbc91a..52aef0a358 100644
--- a/macros/luatex/latex/pyluatex/example/repl.tex
+++ b/macros/luatex/latex/pyluatex/example/repl.tex
@@ -1,4 +1,4 @@
-%% Copyright 2021-2023 Tobias Enderle
+%% Copyright 2021-2024 Tobias Enderle
%%
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either version 1.3c
@@ -57,7 +57,7 @@ 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 interactive python 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 added to the output buffer automatically.