summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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.