diff options
-rw-r--r-- | Doc/ext/embedding.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/ext/embedding.tex b/Doc/ext/embedding.tex index 3510e18..3c48c9d 100644 --- a/Doc/ext/embedding.tex +++ b/Doc/ext/embedding.tex @@ -155,7 +155,7 @@ def multiply(a,b): then the result should be: \begin{verbatim} -$ call multiply 3 2 +$ call multiply multiply 3 2 Will compute 3 times 2 Result of call: 6 \end{verbatim} % $ |