Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/dobject.py
diff options
context:
space:
mode:
Diffstat (limited to 'dobject.py')
-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