Update libbe.util.id other_uuids documentation (may contain uuid).
authorW. Trevor King <wking@drexel.edu>
Thu, 12 May 2011 17:22:55 +0000 (13:22 -0400)
committerW. Trevor King <wking@drexel.edu>
Thu, 12 May 2011 17:22:55 +0000 (13:22 -0400)
libbe/util/id.py

index 8d8c75c1d8e551a4dc3f25928a0e62733b73667b..aa129a34cb8db0164e312ff3ebd501236471e8a2 100644 (file)
@@ -224,8 +224,8 @@ def _truncate(uuid, other_uuids, min_length=3):
     uuid : str
       The UUID to truncate.
     other_uuids : list of str
-      The other UUIDs which the truncation *might* (but doesn't) refer
-      to.
+      The other UUIDs which the truncation *might* refer to.  May
+      contain `uuid`.
     min_length : int
       Avoid rapidly outdated truncations, even if they are unique now.
 
@@ -255,8 +255,8 @@ def _expand(truncated_id, common, other_ids):
       `other_ids`.  Not used by ``_expand``, but passed on to the
       matching exceptions if they occur.
     other_uuids : list of str
-      The other UUIDs which the truncation *might* (but doesn't) refer
-      to.
+      The other UUIDs which the truncation *might* refer to.  May
+      contain `uuid`.
 
     Raises
     ------