summaryrefslogtreecommitdiff
path: root/Doc
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2008-04-10 21:28:51 +0000
committerAndrew M. Kuchling <amk@amk.ca>2008-04-10 21:28:51 +0000
commit362b7eeb3778737aab75bc6698e6bec9cfb7c44c (patch)
treeaf8234b0401e532de309630e31947bef512f6ff2 /Doc
parentef8bd1577076f341c5b87d115a49b0b10509eb5a (diff)
downloadcpython-362b7eeb3778737aab75bc6698e6bec9cfb7c44c.tar.gz
Add punctuation
Diffstat (limited to 'Doc')
-rw-r--r--Doc/reference/expressions.rst2
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