Fix SF # 646578, Documentation Typo

This commit is contained in:
Neal Norwitz 2002-12-02 04:42:58 +00:00
parent 491427dfe1
commit 75bc8ba0d7

View file

@ -155,7 +155,7 @@ def multiply(a,b):
then the result should be: then the result should be:
\begin{verbatim} \begin{verbatim}
$ call multiply 3 2 $ call multiply multiply 3 2
Will compute 3 times 2 Will compute 3 times 2
Result of call: 6 Result of call: 6
\end{verbatim} % $ \end{verbatim} % $