X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/0f644e242ef37c911ad3dc25aca8135c339de349..f2060a005a084ff544d9479ea50bb8a02fe6a31d:/doc/sdk/python/example.html.textile.liquid diff --git a/doc/sdk/python/example.html.textile.liquid b/doc/sdk/python/example.html.textile.liquid index f3cc106760..6f6ba99ded 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
-result = api.collection().create(body={"collection": {"name": "create example"}}).execute()
+result = api.collections().create(body={"collection": {"name": "create example"}}).execute()
 
h2. delete