summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Edmund Crosley <timothy.crosley@gmail.com>2015-07-12 00:04:26 -0700
committerTimothy Edmund Crosley <timothy.crosley@gmail.com>2015-07-12 00:04:26 -0700
commite98213c9f3cb88d55479b6490cbfe15e0d4a94c1 (patch)
tree3e5537a093c445433032c1e9097e7e4034f2944a
parent092102ed79cce3f4d0968120d9376381535c9360 (diff)
parent46bf34bec09079de8ee49eb427bb3e1eacba83b6 (diff)
downloadpies-e98213c9f3cb88d55479b6490cbfe15e0d4a94c1.tar.gz
Merge pull request #45 from patrickyevsukov/patch-1
Fix Typo
-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.