Skip to content

Commit

Permalink
Fix minor typo in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
fayimora committed Feb 20, 2014
1 parent 2c6033e commit 445c77e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
@@ -1,7 +1,7 @@
blist: a list-like type with better performance
===============================================

The ``blist`` is a drop-in replacement for the Python list the provides
The ``blist`` is a drop-in replacement for the Python list that provides
better performance when modifying large lists. The blist package also
provides ``sortedlist``, ``sortedset``, ``weaksortedlist``,
``weaksortedset``, ``sorteddict``, and ``btuple`` types.
Expand Down

0 comments on commit 445c77e

Please sign in to comment.