Skip to content

Commit

Permalink
Wording
Browse files Browse the repository at this point in the history
  • Loading branch information
erlend-aasland authored Jul 10, 2024
1 parent 15e5ad2 commit 0945c87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_network.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def hook(_, data, ts):
self.addCleanup(task.stop)

def periodicity():
# Check if periodicity is established; flakiness have been observed
# Check if periodicity is established; flakiness has been observed
# on macOS.
if len(acc) >= 2:
delta = acc[-1][1] - acc[-2][1]
Expand Down

0 comments on commit 0945c87

Please sign in to comment.