[Python-checkins] r75383 - peps/trunk/pep-0390.txt

tarek.ziade python-checkins at python.org
Mon Oct 12 19:24:09 CEST 2009


Author: tarek.ziade
Date: Mon Oct 12 19:24:09 2009
New Revision: 75383

Log:
fixed typo

Modified:
   peps/trunk/pep-0390.txt

Modified: peps/trunk/pep-0390.txt
==============================================================================
--- peps/trunk/pep-0390.txt	(original)
+++ peps/trunk/pep-0390.txt	Mon Oct 12 19:24:09 2009
@@ -130,7 +130,7 @@
 - a free string, like ``2.4``, or ``win32``
 
 Notice that ``in`` is restricted to strings, meaning that it is not possible
-to use other sequences like tuples or lists on the left side.
+to use other sequences like tuples or lists on the right side.
 
 Distutils will provide a function that is able to generate the metadata
 of a distribution, given a ``setup.cfg`` file, for the execution environment::


More information about the Python-checkins mailing list