From f2dda26ecf90e9b15a9d08374401012c27f2fc36 Mon Sep 17 00:00:00 2001 From: Neal Norwitz Date: Mon, 2 Dec 2002 04:47:10 +0000 Subject: [PATCH] Fix SF # 646578, Documentation Typo --- Doc/ext/embedding.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/ext/embedding.tex b/Doc/ext/embedding.tex index c6602b9bd9af..ec2bbf171494 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 Thy shall add 3 times 2 Result of call: 6 \end{verbatim} % $ -- 2.47.3