summaryrefslogtreecommitdiffstats
path: root/Misc/Porting
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2009-06-24 06:41:19 (GMT)
committerGeorg Brandl <georg@python.org>2009-06-24 06:41:19 (GMT)
commit5a85d5c4f2eb09e5ab5d4c84090aee38340eb284 (patch)
tree1c64a74b913bd00cf07b3795275a088a6f0f2547 /Misc/Porting
parent6c860f97d7b11350d2b70f4b47a2b276e20652ef (diff)
downloadcpython-5a85d5c4f2eb09e5ab5d4c84090aee38340eb284.zip
cpython-5a85d5c4f2eb09e5ab5d4c84090aee38340eb284.tar.gz
cpython-5a85d5c4f2eb09e5ab5d4c84090aee38340eb284.tar.bz2
#6332: fix word dupes throughout the source.
Diffstat (limited to 'Misc/Porting')
-rw-r--r--Misc/Porting2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/Porting b/Misc/Porting
index 60ce9a8..1b94f14 100644
--- a/Misc/Porting
+++ b/Misc/Porting
@@ -37,6 +37,6 @@ options.
Then bang on it until it executes very simple Python statements.
Now bang on it some more. At some point you'll want to use the os
-module; this is the time to start thinking about what to to with the
+module; this is the time to start thinking about what to do with the
posix module. It's okay to simply #ifdef out those functions that
cause problems; the remaining ones will be quite useful.