]> granicus.if.org Git - python/commitdiff
Fix SF # 646578, Documentation Typo
authorNeal Norwitz <nnorwitz@gmail.com>
Mon, 2 Dec 2002 04:42:58 +0000 (04:42 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Mon, 2 Dec 2002 04:42:58 +0000 (04:42 +0000)
Doc/ext/embedding.tex

index 3510e18bc0f3c11b268977f9c6db0afe698ea02e..3c48c9d6f69f01b5fd51697a068b2a9ef8ab6128 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
 Will compute 3 times 2
 Result of call: 6
 \end{verbatim} % $