From: Neal Norwitz Date: Mon, 2 Dec 2002 04:47:10 +0000 (+0000) Subject: Fix SF # 646578, Documentation Typo X-Git-Tag: v2.2.3c1~212 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f2dda26ecf90e9b15a9d08374401012c27f2fc36;p=thirdparty%2FPython%2Fcpython.git Fix SF # 646578, Documentation Typo --- 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} % $