From fa80847aeea4803cdd9ff002d34c6d098668627f Mon Sep 17 00:00:00 2001 From: Timothy Crosley Date: Wed, 13 Nov 2013 22:42:12 -0500 Subject: Small documentation improvement --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') 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: -- cgit v1.2.1