We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7298caa commit 3b6a7caCopy full SHA for 3b6a7ca
1 file changed
docs/writing/structure.rst
@@ -240,7 +240,7 @@ the state of an object (usually done with the __init__() method) and the actual
240
of the object state through one of its methods, the world may have changed, and
241
the retained state may be outdated. For example, a request may load an item in
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
+of this item at the same time, it may happen that the deletion actually occurs after
244
the first process loaded the item, and then we have to mark as read a deleted
245
object.
246
@@ -484,7 +484,6 @@ Vendorizing Dependencies
484
------------------------
485
486
487
-
488
Runners
489
-------
490
0 commit comments