diff options
author | Georg Brandl <georg@python.org> | 2009-06-24 06:41:19 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2009-06-24 06:41:19 (GMT) |
commit | 5a85d5c4f2eb09e5ab5d4c84090aee38340eb284 (patch) | |
tree | 1c64a74b913bd00cf07b3795275a088a6f0f2547 /Misc/Porting | |
parent | 6c860f97d7b11350d2b70f4b47a2b276e20652ef (diff) | |
download | cpython-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/Porting | 2 |
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. |