summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2011-07-03 18:49:59 (GMT)
committerBenjamin Peterson <benjamin@python.org>2011-07-03 18:49:59 (GMT)
commit9cf960c94fcd2ec044e1525bb8c51f85c9048f35 (patch)
tree9da07abb3c7a5f06e3cb10c3d26720c73d1991dd
parentd2ed63024312630d11b0800d985f8b1fa96711a3 (diff)
downloadcpython-9cf960c94fcd2ec044e1525bb8c51f85c9048f35.zip
cpython-9cf960c94fcd2ec044e1525bb8c51f85c9048f35.tar.gz
cpython-9cf960c94fcd2ec044e1525bb8c51f85c9048f35.tar.bz2
add '
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 99ebd1b..d763e0f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -11,7 +11,7 @@ Core and Builtins
-----------------
- Issue #12475: Prevent generators from leaking their exception state into the
- callers frame as they return for the last time.
+ caller's frame as they return for the last time.
Library
-------