From: Ward Vandewege Date: Thu, 18 Feb 2021 20:57:57 +0000 (-0500) Subject: Documentation: fix typos. X-Git-Tag: 2.2.0~120 X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/1eed3583ea85b3384a97eeef4971a4385e6d7c96 Documentation: fix typos. No issue # Arvados-DCO-1.1-Signed-off-by: Ward Vandewege --- diff --git a/doc/sdk/python/cookbook.html.textile.liquid b/doc/sdk/python/cookbook.html.textile.liquid index 3aa01bbb56..ff3bcf90e0 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