Typo
This commit is contained in:
parent
9677bf7d5d
commit
a9b9763b44
|
@ -188,7 +188,7 @@ depending on the implementation)
|
||||||
exceptions, examines the ``errno`` attribute to determine the actual error
|
exceptions, examines the ``errno`` attribute to determine the actual error
|
||||||
condition and takes action depending on it.
|
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
|
* useful compatibility doesn't make exception catching any narrower, but
|
||||||
it can be broader for *careless* exception-catching code. Given the following
|
it can be broader for *careless* exception-catching code. Given the following
|
||||||
|
|
Loading…
Reference in New Issue