Issue 1289, just a typo.

This commit is contained in:
Facundo Batista 2007-10-18 03:44:48 +00:00
parent 7066590736
commit d97110dd1b
1 changed files with 1 additions and 1 deletions

View File

@ -2160,7 +2160,7 @@ to be provided for a context manager object to define a runtime context:
.. method:: contextmanager.__exit__(exc_type, exc_val, exc_tb)
Exit the runtime context and return a Boolean flag indicating if any expection
Exit the runtime context and return a Boolean flag indicating if any exception
that occurred should be suppressed. If an exception occurred while executing the
body of the :keyword:`with` statement, the arguments contain the exception type,
value and traceback information. Otherwise, all three arguments are ``None``.