[Python-checkins] r79212 - python/trunk/Misc/Porting

georg.brandl python-checkins at python.org
Sun Mar 21 20:01:38 CET 2010


Author: georg.brandl
Date: Sun Mar 21 20:01:38 2010
New Revision: 79212

Log:
Fix plural.

Modified:
   python/trunk/Misc/Porting

Modified: python/trunk/Misc/Porting
==============================================================================
--- python/trunk/Misc/Porting	(original)
+++ python/trunk/Misc/Porting	Sun Mar 21 20:01:38 2010
@@ -31,7 +31,7 @@
 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.
 


More information about the Python-checkins mailing list