mirror of
https://github.com/python/cpython.git
synced 2025-08-01 23:53:15 +00:00
Add punctuation
This commit is contained in:
parent
3351e4142c
commit
19baaadf51
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue