Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Schwartz <bens@alum.mit.edu>2008-02-10 02:58:07 (GMT)
committer Benjamin Schwartz <bens@alum.mit.edu>2008-02-10 02:58:07 (GMT)
commit683a46d5cee33e01782279e96e20bc5e981a920c (patch)
tree09c92418e2267dd4641e859b8e97f79736c7ee89
parentf078517c4128eed2093cb88e54cb1e45a0e54162 (diff)
doc tweak
-rw-r--r--dobject.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/dobject.py b/dobject.py
index dbf8a1d..4b280aa 100644
--- a/dobject.py
+++ b/dobject.py
@@ -443,7 +443,7 @@ class Latest:
L(val)
class AddOnlySet:
- """The AddOnlySet is the archetypal DObject. It consists of a set,
+ """The AddOnlySet is the archetypal UnorderedObject. It consists of a set,
supporting all the normal Python set operations except those that cause an
item to be removed from the set. Thanks to this restriction, a AddOnlySet
is perfectly coherent, since the order in which elements are added is not