Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ce29336

Browse files
authored
Merge pull request AllenDowney#68 from jorgelespinoza/patch-12
Delete duplicate 'does'
2 parents 3950435 + f019791 commit ce29336

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/book.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16683,7 +16683,7 @@ \section{Analysis of basic Python operations}
1668316683
does Python use? Are these algorithms stable? You might have to
1668416684
Google around to find these answers.
1668516685
16686-
\item Many of the non-comparison sorts are linear, so why does does
16686+
\item Many of the non-comparison sorts are linear, so why does
1668716687
Python use an $O(n \log n)$ comparison sort?
1668816688
1668916689
\end{enumerate}

0 commit comments

Comments
 (0)