Commit 5485da8a authored by Tim Peters's avatar Tim Peters

Typo in new docs.

parent df0ebdb6
......@@ -140,7 +140,7 @@ class IPersistent(Interface):
- call _p_deactivate()
- set _p_changed to None
There are two ways to invalidate an object: call the
There are two ways to invalidate an object: call the
_p_invalidate() method (preferred) or delete its _p_changed
attribute. This cannot be ignored, and is used when semantics
require invalidation. Normally, an invalidated object transitions
......@@ -231,7 +231,7 @@ class IPersistent(Interface):
"""Invalidate the object.
Invalidate the object. This causes any data to be thrown
away, even if the object is inthe changed state. The object
away, even if the object is in the changed state. The object
is moved to the ghost state; further accesses will cause
object data to be reloaded.
"""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment