This commit is contained in:
Antoine Pitrou 2010-11-16 17:45:20 +00:00
parent 9677bf7d5d
commit a9b9763b44
1 changed files with 1 additions and 1 deletions

View File

@ -188,7 +188,7 @@ depending on the implementation)
exceptions, examines the ``errno`` attribute to determine the actual error
condition and takes action depending on it.
The we can define *useful compatibility* as follows:
Then we can define *useful compatibility* as follows:
* useful compatibility doesn't make exception catching any narrower, but
it can be broader for *careless* exception-catching code. Given the following