17696: Updates docstring on arvados.Collection class.
authorLucas Di Pentima <lucas.dipentima@curii.com>
Thu, 19 Aug 2021 21:29:19 +0000 (18:29 -0300)
committerLucas Di Pentima <lucas.dipentima@curii.com>
Thu, 26 Aug 2021 14:59:05 +0000 (11:59 -0300)
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima@curii.com>

sdk/python/arvados/collection.py

index 44d0325353b51eebb5e7846c4733ab7228c8a1a1..50cb703a56a5a0dc66a068593fc4d3ed4a855166 100644 (file)
@@ -1296,8 +1296,8 @@ class Collection(RichCollectionBase):
 
         :storage_classes_desired:
           A list of storage class names where to upload the data. If None,
-          the keepstores are expected to store the data into their default
-          storage class.
+          the keep client is expected to store the data into the cluster's
+          default storage class(es).
 
         """