Skip to content

Commit

Permalink
Fixing a typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
mdehoon committed Apr 1, 2009
1 parent 04a070a commit c2c2bff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Doc/Tutorial.tex
Expand Up @@ -489,9 +489,9 @@ \section{Sequences act like strings}
\emph{non-overlapping} count:
\begin{verbatim}
>>> "AAAA".count("A")
>>> "AAAA".count("AA")
2
>>> Seq("AAAA").count("A")
>>> Seq("AAAA").count("AA")
2
\end{verbatim}
Expand Down

0 comments on commit c2c2bff

Please sign in to comment.