[Python-checkins] cpython (3.4): fix verb (closes #21174)

benjamin.peterson python-checkins at python.org
Tue Apr 8 01:35:45 CEST 2014


http://hg.python.org/cpython/rev/33528b9520e6
changeset:   90167:33528b9520e6
branch:      3.4
parent:      90164:a6b764848b20
user:        Benjamin Peterson <benjamin at python.org>
date:        Mon Apr 07 19:34:33 2014 -0400
summary:
  fix verb (closes #21174)

files:
  Doc/library/exceptions.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/library/exceptions.rst b/Doc/library/exceptions.rst
--- a/Doc/library/exceptions.rst
+++ b/Doc/library/exceptions.rst
@@ -161,7 +161,7 @@
 
 .. exception:: GeneratorExit
 
-   Raise when a :term:`generator`\'s :meth:`close` method is called.  It
+   Raised when a :term:`generator`\'s :meth:`close` method is called.  It
    directly inherits from :exc:`BaseException` instead of :exc:`Exception` since
    it is technically not an error.
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list