Fix SF # 646578, Documentation Typo

This commit is contained in:
Neal Norwitz 2002-12-02 04:42:58 +00:00
parent 491427dfe1
commit 75bc8ba0d7
1 changed files with 1 additions and 1 deletions

View 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} % $