summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTimothy Crosley <timothy.crosley@gmail.com>2013-11-13 22:42:12 -0500
committerTimothy Crosley <timothy.crosley@gmail.com>2013-11-13 22:42:12 -0500
commitfa80847aeea4803cdd9ff002d34c6d098668627f (patch)
treeaaa5d6fb8d3677f3f25688be18fd28062a76b131 /README.md
parentf265b2924ea4c089e0dbb7a060b423d1e397b03a (diff)
downloadpies-fa80847aeea4803cdd9ff002d34c6d098668627f.tar.gz
Small documentation improvement
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index c3f058e..03504dc 100644
--- a/README.md
+++ b/README.md
@@ -87,9 +87,9 @@ Imports:
Different Imports (The Bad)
======================
-Some Python3 Modules have moved around so much compared to their Python2 counterpart, that we have created special
+Some Python3 Modules have moved around so much compared to their Python2 counterpart, that I found it necessary to create special
versions of them to obtain the Python3 naming on both environments. Since these modules exist already in Python2
-allowing them to be imported by the Python3 standard name directly is not possible. Instead, you must import these
+allowing them to be imported by the Python3 module name directly is not possible. Instead, you must import these
modules from pies.
Example: