From d31d7af6a1996c952e6b3df608fb89363650d547 Mon Sep 17 00:00:00 2001 From: Miguel Turner Date: Wed, 2 Jul 2014 13:23:58 -0400 Subject: [PATCH] fixed a typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c4c5a030..25e776ab 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by ## Distribution -*Libraries to create pacakged executables for release distribution.* +*Libraries to create packaged executables for release distribution.* * [cx-Freeze](http://cx-freeze.readthedocs.org/) - Freezes Python scripts (cross-platform) * [py2exe](http://www.py2exe.org/) - Freezes Python scripts (Windows)