Skip to content

Commit 476836c

Browse files
committed
Fixes googleapis#2193, whitespace on home example.
1 parent fd0e6bf commit 476836c

1 file changed

Lines changed: 4 additions & 7 deletions

File tree

docs/json/json/home.html

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -79,14 +79,11 @@ <h3 class="block-title">What is it?</h3>
7979

8080
<div class="quote-box--supplementary">
8181
<h4>Retrieve Datastore Entities</h4>
82+
<pre><code class="hljs python">from gcloud import datastore
8283

83-
<div hljs hlsj-language="python">
84-
from gcloud import datastore
85-
86-
client = datastore.Client()
87-
product_key = client.key('Product', 123)
88-
print(client.get(product_key))
89-
</div>
84+
client = datastore.Client()
85+
product_key = client.key('Product', 123)
86+
print(client.get(product_key))</code></pre>
9087
</div>
9188
</div><!-- end of .container -->
9289
</section><!-- end of .featuring -->

0 commit comments

Comments
 (0)