From 08f56c0fd8777756d1778d5aa096a1b1687d8e0e Mon Sep 17 00:00:00 2001 From: Danny Hermes Date: Thu, 12 Mar 2015 10:30:51 -0700 Subject: [PATCH] Removing set_defaults() from landing page. --- index.html | 1 - 1 file changed, 1 deletion(-) diff --git a/index.html b/index.html index 7022454ce53e..8bdb817e241e 100755 --- a/index.html +++ b/index.html @@ -102,7 +102,6 @@

What is it?

Retrieve Datastore Entities

from gcloud import datastore
-datastore.set_defaults()
 
 product_key = datastore.Key('Product', 123)
 print datastore.get([product_key])