Commit 3c134a20 authored by George Yoshida's avatar George Yoshida

Typo fixes

parent 6685128b
...@@ -59,12 +59,12 @@ Deque objects support the following methods: ...@@ -59,12 +59,12 @@ Deque objects support the following methods:
\begin{methoddesc}{pop}{} \begin{methoddesc}{pop}{}
Remove and return an element from the right side of the deque. Remove and return an element from the right side of the deque.
If no elements are present, raises a \exception{IndexError}. If no elements are present, raises an \exception{IndexError}.
\end{methoddesc} \end{methoddesc}
\begin{methoddesc}{popleft}{} \begin{methoddesc}{popleft}{}
Remove and return an element from the left side of the deque. Remove and return an element from the left side of the deque.
If no elements are present, raises a \exception{IndexError}. If no elements are present, raises an \exception{IndexError}.
\end{methoddesc} \end{methoddesc}
\begin{methoddesc}{remove}{value} \begin{methoddesc}{remove}{value}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment