Skip to content

Commit dd1d435

Browse files
committed
Improve formatting
1 parent e0e7e5c commit dd1d435

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,27 +56,27 @@ feature and testing has 100% coverage with unit tests and hours of stress.
5656
Testimonials
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
6262
splitting the sorted containers into smaller "fragments" to avoid the O(N)
6363
insertion 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
6868
some sort of `Performance Comparison`_ to be convinced this is true. The author
6969
includes this in the docs. It is."
7070

71-
**Kevin Samuel**, `Python and Django Trainer`_ --
71+
**Kevin Samuel**, `Python and Django Trainer`_
7272

7373
I'm quite amazed, not just by the code quality (it's incredibly readable and
7474
has more comment than code, wow), but the actual amount of work you put at
7575
stuff that is *not* code: documentation, benchmarking, implementation
7676
explanations. Even the git log is clean and the unit tests run out of the box
7777
on 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

8181
Python's "batteries included" standard library seems to have a battery
8282
missing. And the argument that "we never had it before" has worn thin. It is

0 commit comments

Comments
 (0)