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
240240of the object state through one of its methods, the world may have changed, and
241241the retained state may be outdated. For example, a request may load an item in
242242memory 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
244244the first process loaded the item, and then we have to mark as read a deleted
245245object.
246246
@@ -484,7 +484,6 @@ Vendorizing Dependencies
484484------------------------
485485
486486
487-
488487Runners
489488-------
490489
You can’t perform that action at this time.
0 commit comments