From: Andrew M. Kuchling Date: Thu, 10 Apr 2008 21:28:51 +0000 (+0000) Subject: Add punctuation X-Git-Tag: v2.6a3~221 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=19baaadf5184ef0cc811918ef8c655d1baa1bea7;p=python Add punctuation --- diff --git a/Doc/reference/expressions.rst b/Doc/reference/expressions.rst index 8652453861..299ff5673e 100644 --- a/Doc/reference/expressions.rst +++ b/Doc/reference/expressions.rst @@ -1315,7 +1315,7 @@ groups from right to left). .. [#] 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