Skip to content

Commit 3543cec

Browse files
authored
Fix typo in 'become' to 'becomes' in documentation (#136)
1 parent fed894f commit 3543cec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

background-methods/using-batches.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Batches allow you to create a bunch of background jobs *atomically*. This means
1616
// What to do on exception?
1717
}
1818
19-
But what if storage become unavailable on ``i == 500``? 500 emails may be already sent, because worker threads will pick up and process jobs once they created. If you re-execute this code, some of your clients may receive annoying duplicates. So if you want to handle this correctly, you should write more code to track what emails were sent.
19+
But what if storage becomes unavailable on ``i == 500``? 500 emails may be already sent, because worker threads will pick up and process jobs once they created. If you re-execute this code, some of your clients may receive annoying duplicates. So if you want to handle this correctly, you should write more code to track what emails were sent.
2020

2121
But here is a much simpler method:
2222

0 commit comments

Comments
 (0)