summaryrefslogtreecommitdiffstats
path: root/Misc/Porting
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-03-21 19:01:38 (GMT)
committerGeorg Brandl <georg@python.org>2010-03-21 19:01:38 (GMT)
commit4d0130e7c8ddafddaf93d7e9b146e30b1e017be4 (patch)
treeffbe65a16bf2d0b1feda5f146bf0e897b6979f81 /Misc/Porting
parent46c2db5d3c76e4052ea4845e7367c05f1eb21f16 (diff)
downloadcpython-4d0130e7c8ddafddaf93d7e9b146e30b1e017be4.zip
cpython-4d0130e7c8ddafddaf93d7e9b146e30b1e017be4.tar.gz
cpython-4d0130e7c8ddafddaf93d7e9b146e30b1e017be4.tar.bz2
Fix plural.
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 ec9cf1f..51f73e6 100644
--- a/Misc/Porting
+++ b/Misc/Porting
@@ -31,7 +31,7 @@ target platform. Forget about the posix module for now -- simply take
it out of the config.c file.
Bang on it until you get a >>> prompt. (You may have to disable the
-importing of "site.py" by passing the -S options.)
+importing of "site.py" by passing the -S option.)
Then bang on it until it executes very simple Python statements.