From 8a486f3ca465092c30f518cc7d22ed2cb5351e6d Mon Sep 17 00:00:00 2001 From: nbuihner Date: Mon, 30 Jun 2014 11:03:25 -0700 Subject: [PATCH] Spelling --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5c28cfe..77858ca 100644 --- a/README.md +++ b/README.md @@ -430,7 +430,7 @@ A curated list of awesome Python frameworks, libraries and resources. Inspired b *Libraries for making Python faster.* * [Cython](http://cython.org/) - Optimizing Static Complier for Python. Uses type mixins to compile Python into C or C++ modules resulting in large performance gains. -* [PyPy](http://pypy.org/) - An implmentation of Python in Python. The interpreter uses black magic to make python very fast without having to add in additional type information. +* [PyPy](http://pypy.org/) - An implmentation of Python in Python. The interpreter uses black magic to make Python very fast without having to add in additional type information. ## Logging