From 476836c05827e17ccbd6224f83db76d6c16611cd Mon Sep 17 00:00:00 2001 From: Thomas Schultz Date: Thu, 25 Aug 2016 17:06:32 -0400 Subject: [PATCH] Fixes #2193, whitespace on home example. --- docs/json/json/home.html | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/docs/json/json/home.html b/docs/json/json/home.html index 737848b44868..060c164597a6 100644 --- a/docs/json/json/home.html +++ b/docs/json/json/home.html @@ -79,14 +79,11 @@

What is it?

Retrieve Datastore Entities

+
from gcloud import datastore
 
-      
- from gcloud import datastore - - client = datastore.Client() - product_key = client.key('Product', 123) - print(client.get(product_key)) -
+client = datastore.Client() +product_key = client.key('Product', 123) +print(client.get(product_key))