From: Tim Peters Date: Fri, 9 Aug 2002 05:06:44 +0000 (+0000) Subject: Repaired a braino in the description of bad minrun values. X-Git-Tag: v2.3c1~4595 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=671764beb0278e2a74681020e6f23880075f6839;p=thirdparty%2FPython%2Fcpython.git Repaired a braino in the description of bad minrun values. --- diff --git a/Objects/listsort.txt b/Objects/listsort.txt index d80f22117a72..906b803746a4 100644 --- a/Objects/listsort.txt +++ b/Objects/listsort.txt @@ -275,9 +275,9 @@ What we want to avoid is picking minrun such that in q, r = divmod(N, minrun) q is a power of 2 and r>0 (then the last merge only gets r elements into -place, and r