Documentation: fix typos.
authorWard Vandewege <ward@curii.com>
Thu, 18 Feb 2021 20:57:57 +0000 (15:57 -0500)
committerWard Vandewege <ward@curii.com>
Thu, 18 Feb 2021 20:57:57 +0000 (15:57 -0500)
No issue #

Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward@curii.com>

doc/sdk/python/cookbook.html.textile.liquid

index 3aa01bbb563a1ea38008d0748de07238f5b06b12..ff3bcf90e052ec033a4d572f0a84392514dfd3e7 100644 (file)
@@ -237,7 +237,7 @@ with c.open(filename, "rb") as reader:
 print("Finished downloading %s" % filename)
 {% endcodeblock %}
 
 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
 
 {% 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 %}
 
 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
 
 {% codeblock as python %}
 import arvados.collection