File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -240,7 +240,7 @@ the state of an object (usually done with the __init__() method) and the actual
240
240
of the object state through one of its methods, the world may have changed, and
241
241
the retained state may be outdated. For example, a request may load an item in
242
242
memory and mark it as read by a user. If another request requires the deletion
243
- of this item at the same, it may happen that the deletion actually occurs after
243
+ of this item at the same time , it may happen that the deletion actually occurs after
244
244
the first process loaded the item, and then we have to mark as read a deleted
245
245
object.
246
246
@@ -484,7 +484,6 @@ Vendorizing Dependencies
484
484
------------------------
485
485
486
486
487
-
488
487
Runners
489
488
-------
490
489
You can’t perform that action at this time.
0 commit comments