Skip to content

Commit

Permalink
fix comment grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
Perfect5th committed Dec 5, 2024
1 parent ff987c7 commit b1568ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions landscape/lib/testing.py
Original file line number Diff line number Diff line change
Expand Up @@ -691,8 +691,8 @@ def fake():
hasattr(deferred, "result")
and isinstance(deferred.result, Failure)
):
# Required for some failures to get GC'd properly flushed.
# Twisted did this in versions < 24.10, but now we have to.
# Required for failures to get GC'd and properly flushed.
# Twisted did this for us in versions < 24.10.
deferred.result.cleanFailure()
except Exception:
if call.active:
Expand Down

0 comments on commit b1568ee

Please sign in to comment.