Skip to content

Commit d7a51a3

Browse files
committed
Merge pull request vinta#130 from matthieugrieger/master
Some spelling corrections
2 parents 542d644 + 2a1bc55 commit d7a51a3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -284,13 +284,13 @@ long, literate-programming-style documentation generator.
284284

285285
## Database Drivers
286286

287-
*Libraties for connecting and operating databases.*
287+
*Libraries for connecting and operating databases.*
288288

289289
* Relational Databases
290290
* [mysql-python](http://sourceforge.net/projects/mysql-python/) - The MySQL database connector for Python.
291291
* [mysql-connector-python](https://pypi.python.org/pypi/mysql-connector-python) - A pure Python MySQL driver from Oracle (in case you don't want or can't install system MySQL library)
292292
* [oursql](https://pythonhosted.org/oursql/) - A better MySQL connector for Python with support for native prepared statements and BLOBs.
293-
* [psycopg2](http://initd.org/psycopg/) - The most popular PostgreSQL adapter for the Python.
293+
* [psycopg2](http://initd.org/psycopg/) - The most popular PostgreSQL adapter for Python.
294294
* NoSQL Databases
295295
* [cassandra-python-driver](https://github.com/datastax/python-driver) - Python driver for Cassandra by Datastax.
296296
* [pycassa](https://github.com/pycassa/pycassa) - Python Thrift driver for Cassandra.
@@ -340,7 +340,7 @@ long, literate-programming-style documentation generator.
340340

341341
* [Mezzanine](http://mezzanine.jupo.org/) - A powerful, consistent, and flexible content management platform.
342342
* [Wagtail](http://wagtail.io/) - A Django content management system.
343-
* [django-oscar](http://oscarcommerce.com/) - An open-source ecommerce framework for Django.
343+
* [django-oscar](http://oscarcommerce.com/) - An open-source e-commerce framework for Django.
344344
* [Quokka CMS](http://quokkaproject.org) - Flexible, extensible, small CMS powered by Flask and MongoDB.
345345
* [Opps CMS](http://oppsproject.org/) - A Django-based CMS for magazines, newspapers websites and portals with high-traffic.
346346
* [Plone](http://plone.org/) - Content Management System built on top of the open source application server Zope and the accompanying Content Management Framework.

0 commit comments

Comments
 (0)