Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitfc5ea93

Browse files
author
Kenneth Reitz
committed
Merge pull requestrealpython#283 from geraldarthur/master
copy edit structure.rst
2 parents7298caa +3b6a7ca commitfc5ea93

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)

[8]ページ先頭

©2009-2025 Movatter.jp