Kaydet (Commit) 19baaadf authored tarafından Andrew M. Kuchling's avatar Andrew M. Kuchling

Add punctuation

üst 3351e414
...@@ -1315,7 +1315,7 @@ groups from right to left). ...@@ -1315,7 +1315,7 @@ groups from right to left).
.. [#] In Python 2.3, a list comprehension "leaks" the control variables of each .. [#] In Python 2.3, a list comprehension "leaks" the control variables of each
``for`` it contains into the containing scope. However, this behavior is ``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 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 .. [#] 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 true numerically due to roundoff. For example, and assuming a platform on which
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment