[Python-checkins] r62278 - python/trunk/Doc/reference/expressions.rst
andrew.kuchling
python-checkins at python.org
Thu Apr 10 23:28:52 CEST 2008
Author: andrew.kuchling
Date: Thu Apr 10 23:28:51 2008
New Revision: 62278
Modified:
python/trunk/Doc/reference/expressions.rst
Log:
Add punctuation
Modified: python/trunk/Doc/reference/expressions.rst
==============================================================================
--- python/trunk/Doc/reference/expressions.rst (original)
+++ python/trunk/Doc/reference/expressions.rst Thu Apr 10 23:28:51 2008
@@ -1315,7 +1315,7 @@
.. [#] In Python 2.3, a list comprehension "leaks" the control variables of each
``for`` it contains into the containing scope. However, this behavior is
deprecated, and relying on it will not work once this bug is fixed in a future
- release
+ release.
.. [#] While ``abs(x%y) < abs(y)`` is true mathematically, for floats it may not be
true numerically due to roundoff. For example, and assuming a platform on which
More information about the Python-checkins
mailing list