We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3950435 + f019791 commit ce29336Copy full SHA for ce29336
1 file changed
book/book.tex
@@ -16683,7 +16683,7 @@ \section{Analysis of basic Python operations}
16683
does Python use? Are these algorithms stable? You might have to
16684
Google around to find these answers.
16685
16686
-\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
16687
Python use an $O(n \log n)$ comparison sort?
16688
16689
\end{enumerate}
0 commit comments