From 16733e8d0a492b18b3d0c7ac31d4fb70cb3fa6e8 Mon Sep 17 00:00:00 2001 From: Casey Weed Date: Fri, 20 Nov 2015 08:47:56 -0500 Subject: [PATCH] typo in MapReduce section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6af15a1..fae01df 100644 --- a/README.md +++ b/README.md @@ -985,7 +985,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by ## MapReduce -*Framworks and libraries for MapReduce.* +*Frameworks and libraries for MapReduce.* * [dpark](https://github.com/douban/dpark) - Python clone of Spark, a MapReduce alike framework in Python. * [dumbo](https://github.com/klbostee/dumbo) - Python module that allows one to easily write and run Hadoop programs.