Add punctuation

This commit is contained in:
Andrew M. Kuchling 2008-04-10 21:28:51 +00:00
parent 3351e4142c
commit 19baaadf51

View file

@ -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