summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPatrick Yevsukov <patrickyevsukov@users.noreply.github.com>2015-06-11 11:30:51 -0400
committerPatrick Yevsukov <patrickyevsukov@users.noreply.github.com>2015-06-11 11:30:51 -0400
commit46bf34bec09079de8ee49eb427bb3e1eacba83b6 (patch)
tree3e5537a093c445433032c1e9097e7e4034f2944a /README.md
parent092102ed79cce3f4d0968120d9376381535c9360 (diff)
downloadpies-46bf34bec09079de8ee49eb427bb3e1eacba83b6.tar.gz
Fix Typo
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index a1bd99a..57a8d8e 100644
--- a/README.md
+++ b/README.md
@@ -32,7 +32,7 @@ only when absolutely necessary.
How does pies differ from six?
====================
-Pies is significantly smaller and simpler then six because it assumes for
+Pies is significantly smaller and simpler than six because it assumes for
everything possible the developer is using the Python 3 compatible versions included with Python 2.6+,
whereas six tries to maintain compatibility with Python 2.4 -
leading to many more overrides and further into different language territory.