]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix SF # 646578, Documentation Typo
authorNeal Norwitz <nnorwitz@gmail.com>
Mon, 2 Dec 2002 04:47:10 +0000 (04:47 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Mon, 2 Dec 2002 04:47:10 +0000 (04:47 +0000)
Doc/ext/embedding.tex

index c6602b9bd9afd5eda82fcf39f2f0bd3b0a82cab3..ec2bbf1714942391e77096329597273cea619b17 100644 (file)
@@ -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} % $