From: Neal Norwitz Date: Mon, 2 Dec 2002 04:42:58 +0000 (+0000) Subject: Fix SF # 646578, Documentation Typo X-Git-Tag: v2.3c1~3167 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=75bc8ba0d7d445bd85ba0f3d79d355d46704bb81;p=python Fix SF # 646578, Documentation Typo --- diff --git a/Doc/ext/embedding.tex b/Doc/ext/embedding.tex index 3510e18bc0..3c48c9d6f6 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} % $