]> granicus.if.org Git - python/commitdiff
Issue #25899: Converted Objects/listsort.txt to UTF-8.
authorSerhiy Storchaka <storchaka@gmail.com>
Fri, 18 Dec 2015 11:23:33 +0000 (13:23 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Fri, 18 Dec 2015 11:23:33 +0000 (13:23 +0200)
Original patch by Chris Angelico.

Objects/listsort.txt

index 832e4f2ea6af332369f796b66b1276d909844b8e..fef982f8a6e17ffbdb24e4ce9d8571e90dfae52c 100644 (file)
@@ -486,7 +486,7 @@ sub-run, yet finding such very efficiently when they exist.
 I first learned about the galloping strategy in a related context; see:
 
     "Adaptive Set Intersections, Unions, and Differences" (2000)
-    Erik D. Demaine, Alejandro López-Ortiz, J. Ian Munro
+    Erik D. Demaine, Alejandro López-Ortiz, J. Ian Munro
 
 and its followup(s).  An earlier paper called the same strategy
 "exponential search":