Skip to content
This repository has been archived by the owner on Jan 27, 2021. It is now read-only.

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Fulton committed Aug 26, 2016
1 parent 1e78869 commit 1bc553a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions documentation/guide/writing-persistent-objects.rst
Expand Up @@ -13,13 +13,13 @@ Access and modification

Two of the main jobs of the ``Persistent`` base class is to detect
when an object has been accessed and when it has been modified. When
an object is accessed, it's state may need to be loaded from the
an object is accessed, its state may need to be loaded from the
database. When an object is modified, the modification needs to be
saved if a transaction is committed.

``Persistent`` detects object accesses by hooking into object
attribute access and update. In the case of object update, there
maybe other ways of modifying state that we need to make provision for.
may be other ways of modifying state that we need to make provision for.

Rules of persistence
====================
Expand Down

0 comments on commit 1bc553a

Please sign in to comment.