[Python-checkins] r54882 - peps/trunk/pep-3119.txt

brett.cannon python-checkins at python.org
Fri Apr 20 03:39:45 CEST 2007


Author: brett.cannon
Date: Fri Apr 20 03:39:43 2007
New Revision: 54882

Modified:
   peps/trunk/pep-3119.txt
Log:
Fix a markup error.


Modified: peps/trunk/pep-3119.txt
==============================================================================
--- peps/trunk/pep-3119.txt	(original)
+++ peps/trunk/pep-3119.txt	Fri Apr 20 03:39:43 2007
@@ -246,7 +246,7 @@
 
 ``Container``
     The base class for classes defining ``__contains__``.  The
-    ``__contains__` method should return a ``bool``.` The abstract
+    ``__contains__`` method should return a ``bool``. The abstract
     ``__contains__`` method returns ``False``.  **Invariant:** If a
     class ``C`` derives from ``Container`` as well as from
     ``Iterable``, then ``(x in o for x in o)`` should be a generator


More information about the Python-checkins mailing list