Skip to content

Commit fc5ea93

Browse files
author
Kenneth Reitz
committed
Merge pull request realpython#283 from geraldarthur/master
copy edit structure.rst
2 parents 7298caa + 3b6a7ca commit fc5ea93

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/writing/structure.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ the state of an object (usually done with the __init__() method) and the actual
240240
of the object state through one of its methods, the world may have changed, and
241241
the retained state may be outdated. For example, a request may load an item in
242242
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
244244
the first process loaded the item, and then we have to mark as read a deleted
245245
object.
246246

@@ -484,7 +484,6 @@ Vendorizing Dependencies
484484
------------------------
485485

486486

487-
488487
Runners
489488
-------
490489

0 commit comments

Comments
 (0)