diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2008-04-10 21:28:51 +0000 |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2008-04-10 21:28:51 +0000 |
commit | 362b7eeb3778737aab75bc6698e6bec9cfb7c44c (patch) | |
tree | af8234b0401e532de309630e31947bef512f6ff2 /Doc | |
parent | ef8bd1577076f341c5b87d115a49b0b10509eb5a (diff) | |
download | cpython-362b7eeb3778737aab75bc6698e6bec9cfb7c44c.tar.gz |
Add punctuation
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/reference/expressions.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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 |