Fix grammatical error
This commit is contained in:
parent
24aab7a08d
commit
b259a80cde
1 changed files with 2 additions and 2 deletions
|
|
@ -589,8 +589,8 @@ class Scaffold:
|
|||
stack of active contexts. This becomes relevant if you are using
|
||||
such constructs in tests.
|
||||
|
||||
Teardown functions must avoid raising exceptions, since they . If they
|
||||
execute code that might fail they
|
||||
Teardown functions must avoid raising exceptions, because if
|
||||
they execute code that might fail they
|
||||
will have to surround the execution of these code by try/except
|
||||
statements and log occurring errors.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue