11220: Avoid implying that manifests can be loaded from Keep.
authorTom Clegg <tclegg@veritasgenetics.com>
Wed, 1 Nov 2017 15:36:35 +0000 (11:36 -0400)
committerTom Clegg <tclegg@veritasgenetics.com>
Wed, 1 Nov 2017 15:36:35 +0000 (11:36 -0400)
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tclegg@veritasgenetics.com>

sdk/python/arvados/collection.py

index 7b598fb2a3347ced02afe78e06206c343be08abb..4be098d3511656e42a176b5fe46ea0de83355b10 100644 (file)
@@ -1193,8 +1193,9 @@ class Collection(RichCollectionBase):
         """Collection constructor.
 
         :manifest_locator_or_text:
-          One of Arvados collection UUID, block locator of
-          a manifest, raw manifest text, or None (to create an empty collection).
+          An Arvados collection UUID, portable data hash, raw manifest
+          text, or (if creating an empty collection) None.
+
         :parent:
           the parent Collection, may be None.
 
@@ -1652,9 +1653,8 @@ class Subcollection(RichCollectionBase):
 class CollectionReader(Collection):
     """A read-only collection object.
 
-    Initialize from an api collection record locator, a portable data hash of a
-    manifest, or raw manifest text.  See `Collection` constructor for detailed
-    options.
+    Initialize from a collection UUID or portable data hash, or raw
+    manifest text.  See `Collection` constructor for detailed options.
 
     """
     def __init__(self, manifest_locator_or_text, *args, **kwargs):