@@ -56,27 +56,27 @@ feature and testing has 100% coverage with unit tests and hours of stress.
5656Testimonials
5757------------
5858
59- **Alex Martelli **, `Fellow of the Python Software Foundation `_ --
59+ **Alex Martelli **, `Fellow of the Python Software Foundation `_
6060
6161"Good stuff! ... I like the `simple, effective implementation `_ idea of
6262splitting the sorted containers into smaller "fragments" to avoid the O(N)
6363insertion costs."
6464
65- **Jeff Knupp **, `author of Writing Idiomatic Python and Python Trainer `_ --
65+ **Jeff Knupp **, `author of Writing Idiomatic Python and Python Trainer `_
6666
6767"That last part, "fast as C-extensions," was difficult to believe. I would need
6868some sort of `Performance Comparison `_ to be convinced this is true. The author
6969includes this in the docs. It is."
7070
71- **Kevin Samuel **, `Python and Django Trainer `_ --
71+ **Kevin Samuel **, `Python and Django Trainer `_
7272
7373I'm quite amazed, not just by the code quality (it's incredibly readable and
7474has more comment than code, wow), but the actual amount of work you put at
7575stuff that is *not * code: documentation, benchmarking, implementation
7676explanations. Even the git log is clean and the unit tests run out of the box
7777on Python 2 and 3.
7878
79- **Mark Summerfield **, a short plea for `Python Sorted Collections `_ --
79+ **Mark Summerfield **, a short plea for `Python Sorted Collections `_
8080
8181Python's "batteries included" standard library seems to have a battery
8282missing. And the argument that "we never had it before" has worn thin. It is
0 commit comments