[ARVADOS] updated: 2.1.0-454-g1eed3583e
Git user
git at public.arvados.org
Thu Feb 18 20:58:11 UTC 2021
Summary of changes:
doc/sdk/python/cookbook.html.textile.liquid | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
via 1eed3583ea85b3384a97eeef4971a4385e6d7c96 (commit)
from 752ab2f077fe4c0789f5fdf78417ead5e5db518f (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 1eed3583ea85b3384a97eeef4971a4385e6d7c96
Author: Ward Vandewege <ward at curii.com>
Date: Thu Feb 18 15:57:57 2021 -0500
Documentation: fix typos.
No issue #
Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward at curii.com>
diff --git a/doc/sdk/python/cookbook.html.textile.liquid b/doc/sdk/python/cookbook.html.textile.liquid
index 3aa01bbb5..ff3bcf90e 100644
--- a/doc/sdk/python/cookbook.html.textile.liquid
+++ b/doc/sdk/python/cookbook.html.textile.liquid
@@ -237,7 +237,7 @@ with c.open(filename, "rb") as reader:
print("Finished downloading %s" % filename)
{% endcodeblock %}
-h2. Copy files from a collection a new collection
+h2. Copy files from a collection to a new collection
{% codeblock as python %}
import arvados.collection
@@ -258,7 +258,7 @@ target.save_new(name=target_name, owner_uuid=target_project)
print("Created collection %s" % target.manifest_locator())
{% endcodeblock %}
-h2. Copy files from a collection another collection
+h2. Copy files from a collection to another collection
{% codeblock as python %}
import arvados.collection
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list