From 1eed3583ea85b3384a97eeef4971a4385e6d7c96 Mon Sep 17 00:00:00 2001 From: Ward Vandewege Date: Thu, 18 Feb 2021 15:57:57 -0500 Subject: [PATCH] Documentation: fix typos. No issue # Arvados-DCO-1.1-Signed-off-by: Ward Vandewege --- doc/sdk/python/cookbook.html.textile.liquid | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.30.2