[ARVADOS] updated: 25ee930328d52f818f53ed8ccd2e289f235c33d1

Git user git at public.curoverse.com
Wed Sep 6 11:24:35 EDT 2017


Summary of changes:
 doc/sdk/python/example.html.textile.liquid | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  25ee930328d52f818f53ed8ccd2e289f235c33d1 (commit)
      from  22418ed6e4f620ca13c88ac6bc5be87635cd4a00 (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 25ee930328d52f818f53ed8ccd2e289f235c33d1
Author: Ward Vandewege <wvandewege at veritasgenetics.com>
Date:   Wed Sep 6 11:24:12 2017 -0400

    Fix typo in python documentation.
    
    closes #12222
    
    Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <wvandewege at veritasgenetics.com>

diff --git a/doc/sdk/python/example.html.textile.liquid b/doc/sdk/python/example.html.textile.liquid
index f3cc106..6f6ba99 100644
--- a/doc/sdk/python/example.html.textile.liquid
+++ b/doc/sdk/python/example.html.textile.liquid
@@ -22,7 +22,7 @@ api = arvados.api("v1")
 h2. create
 
 <pre>
-result = api.collection().create(body={"collection": {"name": "create example"}}).execute()
+result = api.collections().create(body={"collection": {"name": "create example"}}).execute()
 </pre>
 
 h2. delete

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list