From 28fbaef5fce3b5fbd2c952a59c58de8b61ca53e7 Mon Sep 17 00:00:00 2001 From: Vinta Date: Wed, 13 Aug 2014 23:15:45 +0800 Subject: [PATCH] fix words --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 42a774d1..eeb04e2e 100644 --- a/README.md +++ b/README.md @@ -349,11 +349,11 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by * [txpostgres](http://txpostgres.readthedocs.org/) - Twisted based asynchronous driver for PostgreSQL. * [queries](https://github.com/gmr/queries) - A wrapper of the psycopg2 library for interacting with PostgreSQL. * NoSQL Databases - * [cassandra-python-driver](https://github.com/datastax/python-driver) - Python driver for Cassandra by Datastax. + * [cassandra-python-driver](https://github.com/datastax/python-driver) - Python driver for Cassandra. * [pycassa](https://github.com/pycassa/pycassa) - Python Thrift driver for Cassandra. - * [HappyBase](http://happybase.readthedocs.org/) - developer-friendly library for Apache HBase + * [HappyBase](http://happybase.readthedocs.org/) - A developer-friendly library for Apache HBase. * [PyMongo](http://docs.mongodb.org/ecosystem/drivers/python/) - The official Python client for MongoDB. - * [Plyvel](https://plyvel.readthedocs.org/) - a fast and feature-rich Python interface to LevelDB + * [Plyvel](https://plyvel.readthedocs.org/) - A fast and feature-rich Python interface to LevelDB. * [redis-py](https://github.com/andymccurdy/redis-py) - The Redis Python Client. * [py2neo](http://book.py2neo.org/) - Python wrapper client for Neo4j's restful interface. * [telephus](https://github.com/driftx/Telephus) - Twisted based client for Cassandra.