Skip to content

Commit

Permalink
Delete duplicate 'does'
Browse files Browse the repository at this point in the history
  • Loading branch information
espinoza authored Sep 21, 2020
1 parent 3950435 commit f019791
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/book.tex
Original file line number Diff line number Diff line change
Expand Up @@ -16683,7 +16683,7 @@ \section{Analysis of basic Python operations}
does Python use? Are these algorithms stable? You might have to
Google around to find these answers.
\item Many of the non-comparison sorts are linear, so why does does
\item Many of the non-comparison sorts are linear, so why does
Python use an $O(n \log n)$ comparison sort?
\end{enumerate}
Expand Down

0 comments on commit f019791

Please sign in to comment.